mat
01-21-2003, 10:09 PM
How do you handle session timeouts in general? I've built a small checkout type series of pages with asp and trying to think of the best way to handle this:
1 Including the actual condition/code on the pages i.e:
( If session doesn't exist > .display this code/message..)
2. Redirect to a special timeout page
( If session doesn't exist > Redirect to timeout.asp )
3.Or just redirect back the index (bad idea I think)
I'm thinking number 2. Any other options, opinions or suggestions on this?
1 Including the actual condition/code on the pages i.e:
( If session doesn't exist > .display this code/message..)
2. Redirect to a special timeout page
( If session doesn't exist > Redirect to timeout.asp )
3.Or just redirect back the index (bad idea I think)
I'm thinking number 2. Any other options, opinions or suggestions on this?