Top "Session-timeout" questions

A session timeout occurs when a unique application session (e.g. a web session) expires due to a time limitation placed on the session.

View /page.jsf could not be restored

I have problem which I cannot solve. When I refresh opened JSF page after the page is idle for example 10 …

jsf jsf-2 session-timeout
Timeout set in the web.xml is not working in java

I am trying to set my application timeout on Tomcat 7 app server.First I am testing with my timeout as …

java jsf listener session-timeout
Jetty 8 set "session-timeout" without web.xml?

I'm trying to set the session-timeout value in an embedded Jetty 8 instance. With embedded Jetty, how can I programmatically set …

jetty session-timeout embedded-jetty
Handling Session timeout on Client side

The scenario is that a user should get notification (say via typical JS alert or redirect etc) when her session …

java javascript session-timeout sessiontracking
Modify session cookie expiry and session timeout for a CakePHP session

I'm struggling to accomplish the following: Alter the user's session cookie expiry date based on the user's type. I have …

session cakephp cakephp-1.3 session-timeout
Is it possible to write a script to avoid VPN from getting timeout

I recently connected to VPN using Nortel client. The problem that i faced, I borrowed RSA from somebody connected to …

timeout vpn session-timeout
Get Session expiration time in Zend Framework

Is there a way in Zend Framework or PHP to get the time until the Session(PHPSESSID cookie) expires?

php zend-framework session-timeout session-cookies
Prevent session timeout during database update

Background A web application calls a stored procedure to perform an intensive database update. The relevant portion of web.xml …

java tomcat session-timeout
MVC session expiring but not authentication

I'm developing a C# MVC application and I can't seem to get the Authentication and Session timeouts to synchronize. I …

asp.net-mvc forms-authentication session-timeout