Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

session variables


kinetic

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...