« Language class | RSS feed webmail »

Super session

By pavic | January 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: PHP |

Comments

You must be logged in to post a comment.