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.

PHP - make session expire after X minutes

i am using the following technique... From the login.php the form posts to the page check.php where i …

php session session-timeout
Session timeout warning modal using react

I have a requirement to display timeout warning modal after 13 mins of inactivity and end session after 15 mins if user …

reactjs session-timeout react-modal
CakePHP Session Timeout on Inactivity only

So the crux of this question is just how to prevent CakePHP from de-authenticating a session ONLY after a period …

cakephp authentication session-timeout
Handling session time out when ajax call to C# mvc controller not working

When calling a function from ajax. Program flow does not recognized the expired session i.e not redirect to the …

c# asp.net-mvc session-timeout
Change session timeout on IIS Express?

I would like to test session timeout problems while using IIS Express but I can't figure out how to modify …

iis session-timeout iis-express
session variables timeout in asp.net app

In my web app I'm using some session variables, which are set when I login: e.g. Session("user_id") = …

asp.net session-variables session-timeout
How to increase Selenium grid session timeout?

While running my test, I need to have long delays (~40 seconds). And I see, that Selenium session gets deleted during …

selenium selenium-webdriver session-timeout selenium-grid
Session Timeout in Classic ASP website

Where does classic ASP store the value for session timeout? I have looked through the code and this classic ASP …

iis-7 asp-classic session-timeout
SAML2 IDP session timeout and SLO

We have a SAML2 IDP configured with session inactivity time-out as 30 min. After the Single Sign on the user is …

session-timeout saml-2.0
HttpSessionListener - Will sessionDestroyed method be called on session timeout?

I have an implementation of HttpSessionListener where 'locked' resources in the application are released with sessionDestroyed method. The 'lock' information …

java session servlets jakarta-ee session-timeout