ic3
04-21-2004, 04:29 AM
Hi, I'm using sessions for a project at work. It is a multiple page form that all gets submitted into a database at the end. I am using sessions to store each page, so that the user can go back and forth between each page and not lose their information.
However, for some reason, every now and then (there is no pattern spotted so far), the session from the first page of the form, drop out. They just disappear. I have done as much testing as possible, and after looking at all the results I have not found a pattern at all. So far, after a bit of debugging I have found that it happened between the 2nd and third page, although that was just once, just waiting for more results to come in.
This is really starting to annoy me, as I have gone through all my code, and can't find a single thing that affects the sessions, apart from when they are first created. Has this ever happened to anyone before, and if so how did you fix it? Also, if it hasn't happened to you, do you know of a way to fix it? Any help would be greatly appreciated.
Cheers
However, for some reason, every now and then (there is no pattern spotted so far), the session from the first page of the form, drop out. They just disappear. I have done as much testing as possible, and after looking at all the results I have not found a pattern at all. So far, after a bit of debugging I have found that it happened between the 2nd and third page, although that was just once, just waiting for more results to come in.
This is really starting to annoy me, as I have gone through all my code, and can't find a single thing that affects the sessions, apart from when they are first created. Has this ever happened to anyone before, and if so how did you fix it? Also, if it hasn't happened to you, do you know of a way to fix it? Any help would be greatly appreciated.
Cheers