session-timeout
Session timeout in Java EE
In which ways the time开发者_开发问答 for session timeout can be defined in Java EE? I am looking beyond obvious ways, such as setting session timeout in web.xml or HttpSession.setMaxInactiveInterval([详细]
2023-02-09 23:04 分类:问答Session time out not working properly
In my web application I have set the session timeout for 30 minutes. But users has complai开发者_C百科ned me that the application session doesn\'t time out properly. In clint side once a 30 seconds it[详细]
2023-02-07 06:43 分类:问答How do I execute an authenticated AJAX request without resetting the tomcat's session timeout?
I\'ve got an existing Grails Web application that is in production and has a 30 minute session timeout. We are running Tomcat (tcServer).[详细]
2023-02-07 03:26 分类:问答Call an asmx webservice without extending user session
In my ASP.net 3.5 application I\'m calling an asmx webservice that is part of the application.Calling the webservice entends the user\'s session timeout, which is undesirable in this case.[详细]
2023-02-06 20:03 分类:问答Help me see if I'm correctly understanding how sessions work in PHP
Session ID is stored on the client in a way that usually dissipates when the browser is closed (stored as a cookie?).[详细]
2023-02-06 19:23 分类:问答customizing asp.net webforms site timeout
is it possible to set a user defined timeout value on an asp.net website...i开发者_运维知识库 have a table that stores the time out value for each user of my website...i need to set the time out based[详细]
2023-02-06 17:33 分类:问答Invalidate a session
I have a jsp servlet based application, with session time out of 30 mins, I want to invalidate the session as soon as a person closes the browser window intentionally or accidentally (OS shutdown/clos[详细]
2023-02-05 15:06 分类:问答Stange issue with session
I have something strange going on with our session state. Our AS开发者_C百科P.NET C# application has a session timeout of 10 min, but it seems to be losing session state when redirecting between pages[详细]
2023-02-05 10:48 分类:问答Exclude a page from session timeout in web.xml
开发者_Python百科I\'m just wondering, is it possible to exclude a page (say, the login.jsp) from session timeout in web.xml?No. The session is for everything. But login.jsp does not need a session. It[详细]
2023-02-04 10:06 分类:问答How do I invoke a custom function on sfGuard session time out in symfony
I am using sfGuard as the aut开发者_StackOverflow社区hentication plugin in my project. I want to invoke certain client side & server side scripts on session timeout. What is the best way I can do[详细]
2023-02-02 02:56 分类:问答