« Javascript new&delete and pointers | Crazy technologies »
Super session
By pavic | June 18, 2006
This is a replacement for PHP’s session,
main difference is, that this sessions will work with 2 multidimesional arrays, like a[’$i’][’$j’]…
Usage is very simple:
require(”ses.php”);
$SES=ses_start();
And the variables are $SES[something] instead of $_SESSION
At the end, the ses_commit($SES); needs to be called.
Topics: Database |
Comments
You must be logged in to post a comment.

