session-timeout
Grails. Ways to set the timeout interval of a session. Which better?
I know two ways to set the timeout interval of a session: way 1: grails install-templates Then edit src/templates/war/web.xml[详细]
2023-01-28 12:06 分类:问答Applet and session timeout on ASP.NET
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[详细]
2023-01-27 21:51 分类:问答Best way to handle suspended application when it has a session that should time out
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[详细]
2023-01-27 06:21 分类:问答Why does magento always come out of session
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[详细]
2023-01-26 13:49 分类:问答CakePHP session timeout problem
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[详细]
2023-01-25 10:40 分类:问答how to configure session time out in spring acegi framework?
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?[详细]
2023-01-24 06:02 分类:问答Session Timeout Issue in ASP.Net MVC
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[详细]
2023-01-23 07:02 分类:问答Change Session Timeout during runtime in Struts2
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[详细]
2023-01-22 15:00 分类:问答ASP.NET Event reservation application - Seats count issue
Im about to create a very simple online event reservation application and currently have 3 tables: User[详细]
2023-01-22 05:38 分类:问答Session expiring after 20 minutes: Whether idle or not
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[详细]
2023-01-22 05:33 分类:问答