kinetic Posted January 18, 2004 Share Posted January 18, 2004 I'm using tep_session_register() to register some custom session variables of my own, but they disappear as soon as I leave the page on which I register them. As far as I can tell, tep_session_register() just calls the PHP function session_register(). Any help would be much appreciated. Link to comment Share on other sites More sharing options...
kinetic Posted January 18, 2004 Author Share Posted January 18, 2004 Bump. I still haven't found a resolution for this issue. Any session variable experts out there? Link to comment Share on other sites More sharing options...
sneakyimp Posted January 19, 2004 Share Posted January 19, 2004 i'm no expert on session variables, but i have noticed that oscommerce has quite a bit happening in application_top which might cause issues with this...a great deal in there is about session variables. i've also had issues in the past registering objects...you need to explicitly serialize() them before registering or don't work. FlashMOG - make multiplayer games in Flash/PHP! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.