I know two ways to set the timeout interval of a session: way 1: grails install-templates Then edit src/templates/war/web.xml
I\'ve got an applet served by an ColdFusion/ASP.NET web site. Every time the user interacts with the applet, I request a small ASP.Net page (.aspx file). I get it fine (the processed html, not the raw
I have an application which includes a login session. When the application is suspended (iOS 4), I save the current time and if the next time application becomes active is within 15 min from suspensio
I increased my session timing to 1 hour in admin panel, but still most of items it throws me a开发者_StackOverflow中文版way (both in admin side/client side) from the authorised pages and redirects me
I have a problem with my authentication in CakePHP. Whatever I try, Cake will either tell me I\'m de-authenticated after each request, either I\'m still authenticated, even though I closed the browser
We are using acegi security for my spring application. Can you please help how to make user to session time out by 5 mins and go back to login screen?
In my application user upload movies and the size of movies can be around 100MB or more. For this reason im doubtful that if any user have a slow connection it could take hour开发者_运维问答s and if i
I know that I can set the session timeout in web.xml in the <session-config> section. What I need now is to change this setting dynamically during runtime, i.e. call a method that overrides the
Im about to create a very simple online event reservation application and currently have 3 tables: User
I\'m having some trouble with users losing session data whilst going through an application form. It appears that they\'re losing session state part way through application forms. (ASP.NET 4.0 WebForm