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.

How to change the session timeout in PHP?

I would like to extend the session timeout in php I know that it is possible to do so by …

php session session-timeout
Default session timeout for Apache Tomcat applications

What is the default session timeout for web applications deployed on Tomcat5.5? Is it browser specific? In my web application, …

java tomcat session-timeout
How to empty/destroy a session in rails?

I can't seem to find it anywhere... How do I delete/destroy/reset/empty/clear a user's session in Rails? …

ruby-on-rails session session-variables session-timeout
SessionTimeout: web.xml vs session.maxInactiveInterval()

I'm trying to timeout an HttpSession in Java. My container is WebLogic. Currently, we have our session timeout set in …

java session servlets weblogic session-timeout
Session timeout and ViewExpiredException handling on JSF/PrimeFaces ajax request

I find this article to be useful for non-ajax request How to handle session expiration and ViewExpiredException in JSF 2? but …

ajax jsf-2 primefaces session-timeout viewexpiredexception
Set Session Expiration Time Manually-CodeIgniter

How can I set session expiration time dynamically in codeigniter? For example, if a user logs in and has the …

codeigniter session-timeout
Angular session timeout and management

Is there any way to manage user session using Angularjs?, I mean:: Session timeout - when system is idle. Alerts …

javascript angularjs session-timeout
Logout/Session timeout catching with spring security

I'm using spring/spring-security 3.1 and want to take some action whenever the user logs out (or if the session is …

java spring-security session-timeout
How to handle session expiration and ViewExpiredException in JSF 2?

Consider the following scenario. I am clicking the submit button of a JSF form, after the session has timed out(…

jsf jsf-2 session-timeout viewexpiredexception
Tomcat Session Timeout web.xml

This is my web.xml file, it is located in WEB-INF/lib. It specifies session timeout at 1 minute, however it …

java jsp tomcat web.xml session-timeout