Re: Checking for timed-out sessions

2001-03-23 Thread William Brogden
A Yang wrote: > > Hi, > > Can anyone tell me what the proper convention for > checking for invalidated sessions is? Do people really > write code checking for whether the session is valid > EVERY time they are about to refer to one? And if so, > do they just examine the LastAccessedTime and cr

Checking for timed-out sessions

2001-03-23 Thread A Yang
Hi, Can anyone tell me what the proper convention for checking for invalidated sessions is? Do people really write code checking for whether the session is valid EVERY time they are about to refer to one? And if so, do they just examine the LastAccessedTime and create a new session accordingly?