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
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
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).
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.
I have the line: <sessionState mode=\"SQLServer\" sqlConnectionString=\"Data Source=localhost;User Id=sa;Password=test;\" timeout=\"1\" />
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
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
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.
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.
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