Can you do some sort of javascript timer that starts on every page load? 
 Does a pop up window after 30 minutes?



-----Original Message-----
From: h.miller [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 10:40 AM
To: struts-user
Subject: RE: How can I implement session time out control in struts


Is not the fact that you pop up the page enough to re-start the timeout
clock?

Perhaps the OK button, should point to a "do-nothing" struts action and 
the
cancel button should just be a JavaScript close, that will not restart 
the
clock.

Bit of experimentation to get it right!

-----Original Message-----
From: Khan, Manuchehar A (ACF) [mailto:[EMAIL PROTECTED]]
Sent: 18 September 2002 15:28
To: 'Struts Users Mailing List'
Subject: RE: How can I implement session time out control in struts


I will try to explain again.
Application session time out is 40 mins. Every page we load on client 
has to
notify client after 30 mins that session will time out in 10 mins...This 
can
be achieved easily by starting a timer at client browser and pop up once
timer ran out of time. Now user will be given choice to increase their
session time without reloading thier page. This can be achieved by 
popping
up another window asking to click ok if they want to increase their 
session
time. On clicking ok the browser will send request to server and will 
close
itself. 
My q is what do we need to do on server to increase the session time to
another 30 mins ? 

-----Original Message-----
From: Jan Fetyko [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 9:17 AM
To: Struts Users Mailing List
Subject: Re: How can I implement session time out control in struts


Another possible question is : What about multiple windows open within 
the same session ?
This kind of functionality is calling for Java applets. I guess. :(



Khan, Manuchehar A (ACF) wrote:

>I saw bank of america site. They start timer once the page is loaded 
and
>before session timeout they notify user of extending the time by 
popping up
>a small browser window...When the user click ok or close window it is 
tied
>up to form that sends command to server to increase the session 
time...but
>how do we do that on server side to increase session time?
>
>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, September 18, 2002 10:11 AM
>To: [EMAIL PROTECTED]
>Subject: RE: How can I implement session time out control in struts
>
>
>
>I am not sure about some of this, but one problem is going to be 
>actually notifying the user.  
>
>Basically I think that unless the user actually is using the pages 
>during the last five minutes - how are they going to be notified?  That 

>and you can't reload the page?  Frames maybe?  One frame on the screen, 

>another that refreshes every minute or something.
>
>Applet maybe?
>
>
>
>-----Original Message-----
>From: mkhan [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, September 18, 2002 10:05 AM
>To: struts-user
>Subject: How can I implement session time out control in struts
>
>
>Our application requires to notify 5 mins before the session time out 
>and
>give an option to client to increase their session time out for another
>increment of 30 mins without reloading their page ...Any suggestions?
>Thanks
>
>--
>To unsubscribe, e-mail:   
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: 
><mailto:[EMAIL PROTECTED]>
>
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>--
>To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>
>  
>


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to