Can I restart a jsp session from a javascript?
Hi,
I have a jsp page with the maxInactivity timeout set to 120 seconds.
I also have a javascript that shows a warning to the user when one more
minute is left for the session to expire.
I want to give the user an option to renew his session.
How can I do this?
.
Relevant Pages
- Re: Can I restart a jsp session from a javascript?
... I also have a javascript that shows a warning to the user when one more ... I want to give the user an option to renew his session. ... (comp.lang.java.programmer) - Can I restart a jsp session from a javascript?
... I have a jsp page with the maxInactivity timeout set to 120 seconds. ... I also have a javascript that shows a warning to the user when one more ... I want to give the user an option to renew his session. ... (comp.lang.java.programmer) - RE: [PHP] Saving css state in javascript and passing to php via form submit
... to php via form submit ... Now i'm also using javascript to hide show blocks of divs ... Ok, i can put the data in the session variable, but i can ... Maybe you could also use AJAX instead of submitting forms the ... (php.general) - Re: browser.history and log file
... >> webserver and want to know from where users are coming from. ... >> Understand I want the last surfer's browser visited url. ... > First you need to set up a little JavaScript to get the variable of the URL ... you could also combine the 2 solution, i.e. use session if a previous ... (comp.lang.php) - Re: Windows app or ASP.NET ?
... session, web security (although several years ago I worked with web project ... using Javascript and HTML). ... through understanding of Javascript, CSS, HTMl, XHTML, sessions, ... (microsoft.public.dotnet.languages.csharp) |
|