Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Too many session variables?


Engine9

Recommended Posts

Posted

Hello

 

when in admin mode I am trying to put a customers order back in the basket and pre fill all the values that they originally selected.

 

Now it seems that the store pages check for session variables like $_SESSION['billto'] for billing address from address book

 

 

Anyway so i set about 15-20 of these session variables. The problem arises when I set 15, 16, 17 and on, it seems like the variables register but they don't hold any values. So when I check for them in the store pages they simply appear as blank.

 

So is there a maximum limit on how many session variables I can use?

I know that if I stop using cookies then I can I can have as many session variables as I need. So how do I force it to stop using cookies, and pass session id thru url? Also since other pages will probably use cookies will some of my variables get lost eventually?

 

 

Some useful info from application_top:

 

Use cache: false

Session write directory: /tmp

Force cookie use: True

Session Block Spiders: True

Check SSL session id: False

Check IP address: False

Posted

comon somebody please help

 

Has anybody used more 20+ session variables and it worked?

Posted
Hello

 

when in admin mode I am trying to put a customers order back in the basket and pre fill all the values that they originally selected.

 

Now it seems that the store pages check for session variables like $_SESSION['billto'] for billing address from address book

Anyway so i set about 15-20 of these session variables. The problem arises when I set 15, 16, 17 and on, it seems like the variables register but they don't hold any values. So when I check for them in the store pages they simply appear as blank.

 

So is there a maximum limit on how many session variables I can use?

I know that if I stop using cookies then I can I can have as many session variables as I need. So how do I force it to stop using cookies, and pass session id thru url? Also since other pages will probably use cookies will some of my variables get lost eventually?

Some useful info from application_top:

 

Use cache: false

Session write directory: /tmp

Force cookie use: True

Session Block Spiders: True

Check SSL session id: False

Check IP address: False

 

the contents of sessions has nothing to do with cookies.

Treasurer MFC

Archived

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

×
×
  • Create New...