session-timeout
What is the minimum necessary code to keep a session alive in classic ASP?
I have a classic ASP site that I would like the sessions to stay alive a开发者_运维知识库s long as the user has a page open. So I used some Javascript to periodically call a \'keepalive\' ASP page to[详细]
2023-04-06 05:10 分类:问答Javascript bookmarklet/iFrame to auto-refresh loaded page if no activity detected within set timeframe?
I have a browser-based application that I use at work (as effectively all corporate apps are now browser-based for obvious reasons) that has an annoyingly short session timeout. I\'m not sure precisel[详细]
2023-04-02 01:27 分类:问答Maintain session in grails
How to maintain session in my grails application. Here is my requirement. I have to generate session id (in server side) based on the user-name (which comes from client side while log-in).[详细]
2023-04-01 06:16 分类:问答Silverlight, RIA & ASP.Net Session Timeouts
We have a requirement where we would like to redirect the user to a login page when ASP.NET Session expires and the user is working in a Silverlight plugin.[详细]
2023-03-30 15:44 分类:问答Why isnt the session timeout working when set to SqlServer?
I have the line: <sessionState mode=\"SQLServer\" sqlConnectionString=\"Data Source=localhost;User Id=sa;Password=test;\" timeout=\"1\" />[详细]
2023-03-29 12:50 分类:问答How to implement a timeout page in Grails
I need some help dealing with timeouts in a Grails app. Context:In my Grails application I have sensitive information being displayed. Obviously this mean开发者_如何学Gos that someone cannot stay log[详细]
2023-03-27 14:30 分类:问答Set Session Expiration Time Manually-CodeIgniter
How can I set session expiration time dynamically in codeigniter? For example, if a user logs in and has the role of admin, the expiration time should be longer than if a user logs in who does not ha[详细]
2023-03-27 02:54 分类:问答Spring Security sesson timeout not recognized on ajax call
I want to redirect users to the login page when a session timeout occurs. This works out-of-the-box with spring security, but only on non-ajax calls.[详细]
2023-03-25 17:18 分类:问答Session timeout asp.net iis7?
I know this is a common problem, but I\'ve tried every suggestion I\'ve found and none of them seems to work for me.[详细]
2023-03-24 20:43 分类:问答ASP.NET Session ending abruptly
My application\'s session is ending abruptly and don\'t see any error being generated in Application_Error in Global.asax. Also, the Session_Start event fires bu开发者_Python百科t not Session_End. It[详细]
2023-03-20 13:34 分类:问答