Re: Strategy for Checking Session Timing Out

2001-08-31 Thread martin . cooper
, August 30, 2001 1:02 PM Subject: Strategy for Checking Session Timing Out If the user disables cookies so that every request coming into the server will create a new session (session.isNew()==true), what strategy could be used to check if their session has timed out? I assume that since

Strategy for Checking Session Timing Out

2001-08-30 Thread Dan . C . Wieschhaus
If the user disables cookies so that every request coming into the server will create a new session (session.isNew()==true), what strategy could be used to check if their session has timed out? I assume that since every session is new, that using the session.getLastAccessedTime() method is

Re: Strategy for Checking Session Timing Out

2001-08-30 Thread SUPRIYA MISRA
: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Strategy for Checking Session Timing Out Date: Thu, 30 Aug 2001 16:02:02 -0400 If the user disables cookies so that every request coming into the server will create a new session (session.isNew()==true), what strategy