session-timeout
ASP.NET session expires in Ajax request
There are a lot of questions already made here about what to do when session expires when doing an Ajax request. One of the workarounds is place a header in the response that makes a redirection to th[详细]
2023-01-21 16:43 分类:问答Capture ASP.NET Session Timeout in a GeneXus Application
I need to capture an ASP.NET Session Tiemout in a GeneXus X application generated in C#. When a user stay away from keyboard more than N minutes, I would like to reque开发者_开发问答st User/password o[详细]
2023-01-20 15:26 分类:问答Session Timeout Logout user
I want my application to log out the logged in user and take them to the Loing.aspx page as soon as the Session times ou开发者_JAVA百科t. The user should be logged out without any event being triggere[详细]
2023-01-19 19:21 分类:问答JSP Automatic Redirect After Session Expire/Timeout
Is there any way to detect session timeout without (user interaction)*, and redirect it to some page; i.e. if there is no activity on page @ specific duration; server detects it and redirect it automa[详细]
2023-01-19 12:54 分类:问答timeout and session timeout issue
I have a problem with timeout. firstly the timeout happens every 20 minutes on server even if the time in webconfig is set to 120 mins.[详细]
2023-01-19 12:53 分类:问答How to handle session timeout with wicket ajax requests?
How can I handle a session-timeout when doing an ajax request with wicket? Currently (e.g. using an AbstractAjaxTimerBehavior) the user is redirected to the session expired page. I would like to hand[详细]
2023-01-17 22:49 分类:问答What is the best approach to handle session timeouts in struts2
I have a struts2 app and I need to handle the session-timeout in the logged section. What I have in mind is to use an Interceptor class :[详细]
2023-01-17 06:08 分类:问答How would I prevent the session from expiring while using AJAX?
I have a .Net 3.5 website which uses windows authentication and expires the session using a meta tag on the prerender of my base masterpage class.[详细]
2023-01-17 03:02 分类:问答How to have PHP session expire upon browser close OR some extended duration of time
My php session is set to expire when user closes the browser but I noticed that if I leave my browser open for an extended period of time (24+ hours for example) the se开发者_高级运维ssion still persi[详细]
2023-01-17 02:33 分类:问答Session Timeout: Can I Perform Any Actions on Timeout?
In a Cla开发者_运维技巧ssic ASP application, if I set Session.Timeout = 10 (or similar), can I execute a piece of code when the Session expires?[详细]
2023-01-17 01:58 分类:问答