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.

Increasing Session TimeOut

Site hosted via IIS 7.0 I would like to set my session time-out to 9 hours in my ASP.NET application. This …

asp.net session session-timeout
session timeout on ajax call

I know this is duplicate but I could not get reliable solution(for asp.net web). I just want to …

c# asp.net ajax session session-timeout
The custom error module does not recognize this error

If you hit "The custom error module does not recognize this error" in Outlook Web Access, and you're in Firefox; …

web-applications outlook session-timeout memory-dump postdata
Debian based systems Session killed at 30 minutes in special cron, how to override?

Have been pulling out my hair trying to find out why my sessions are being terminated/killed/destroyed at 30 minutes. …

php apache session debian session-timeout
Notify user about session timeout in Java EE

My requirement is to notify the user with a popup saying that the user session is about to time out …

java jsp servlets jakarta-ee session-timeout
User is not forced to reauthenticate in ADFS 2.0 after Sharepoint 2010 session expires

This case is very much similar to question by Wiktor Zychla, see How to set the timeout properly when federating …

authentication sharepoint-2010 session-timeout adfs2.0 federation
How to properly set session timeout using .netcore 2.0 identity and cookie authentication

I'm trying to use identity with cookie authentication in an asp.netcore 2.0 MVC app. I want to set session timeout …

asp.net-identity asp.net-core-2.0 session-timeout cookie-authentication
asp.net mvc session timeout

How to implement a session timeout feature for an asp.net mvc application? I want user to be automatically signed …

c# asp.net-mvc-2 c#-4.0 session-timeout
What is the difference between session-timeout and max-age in web.xml?

I am not sure if I understand: <session-config> <session-timeout>30</session-timeout> <!-- 30 minutes! --&…

servlets cookies web.xml session-timeout
Renewing/Refreshing Express Session

In my app I restrict some access to some actions and pages if a user is not logged in. I …

node.js express session-cookies passport.js session-timeout