Click to See Complete Forum and Search --> : Session Variable Problem!!!!


shanuragu
07-04-2003, 08:41 AM
Hi

I have an Order form in my site (still under construction), ordering is processed in 4 phases. Hence I am collecting form entries in session & carry it till the last page, once the order details are submitted to the db session is abandonded.
Which is working fine.
But At times may be due to some error in the middle or for some reason I will not reach the last page & comes back to the first page in order after some time, The values which I had entered before will remain unchanged in the form fields.


Why?? How can I get rid of this problem???

ShaRa

chrismartz
07-04-2003, 09:00 AM
could you post some code

rdoekes
07-10-2003, 07:42 AM
if i read this very carefully, the sesion is not abandonned, therefore the session vars still contain the values you put into them.

If the page comes back to your first phase after an error, I suggest you reset all the session vars you need for this process. Then you know that you always start fresh.

-Rogier Doekes