RE: how to tell invalid session vs session timed out

2003-09-27 Thread Steve Armstrong
Hi, I use the cookie approach outlined here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg63933.html There is also another thread involving this issue starting here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg72578.html Cheers, -Steve -Original Message- From: Warren Chen [ma

Re: how to tell invalid session vs session timed out

2003-09-27 Thread Adam Hardy
Hi, do you mean you are getting IllegalStateExceptions because you are trying to access an invalid session? Have you tried session.isNew() ? Adam On 09/26/2003 01:06 AM Warren Chen wrote: Hi All, Is there any tool in Struts that can tell if an invalid session is caused by timeout or simply no