RE: auto refresh pages and session timeout

2003-10-07 Thread Peter Guyatt
request was received the controllers id is passed in along with the action. Hope this helps Thanks Pete -Original Message- From: Mark W. Webb [mailto:[EMAIL PROTECTED] Sent: 07 October 2003 14:49 To: Tomcat Users List Subject: Re: auto refresh pages and session timeout I would like to

Re: auto refresh pages and session timeout

2003-10-07 Thread Mark W. Webb
Message- From: David Rees [mailto:[EMAIL PROTECTED] Sent: 06 October 2003 21:51 To: [EMAIL PROTECTED] Subject: Re: auto refresh pages and session timeout On Mon, October 6, 2003 1at 1:12 am, Mark W. Webb sent the following Is there a way to implement "" tag in HTML and stil

RE: auto refresh pages and session timeout

2003-10-07 Thread Peter Guyatt
: 06 October 2003 21:51 To: [EMAIL PROTECTED] Subject: Re: auto refresh pages and session timeout On Mon, October 6, 2003 1at 1:12 am, Mark W. Webb sent the following > Is there a way to implement "" tag in HTML and still have the ability to timeout a session after X number of minutes ?

Re: auto refresh pages and session timeout

2003-10-06 Thread David Rees
On Mon, October 6, 2003 1at 1:12 am, Mark W. Webb sent the following > Is there a way to implement "" tag in HTML and still have the ability to timeout a session after X number of minutes ? Would there have to be some logic in place for the servlet that changes the session timeout for every refres

auto refresh pages and session timeout

2003-10-06 Thread Mark W. Webb
Is there a way to implement "" tag in HTML and still have the ability to timeout a session after X number of minutes ? Would there have to be some logic in place for the servlet that changes the session timeout for every refresh? thanks. ---