I have a script like this:
include_once('pancake.class.php');
print_r($_SESSION);
die;
$pancake = new Pancake();
$pancake->alter_session();
The alter_session() method makes changes to the session. When I print out the
session and then exit a few lines above however the alterations have already
occurred.
How could this be happening?
_______________________________________________
UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net
