79586623

Date: 2025-04-22 13:50:11
Score: 1
Natty:
Report link

If you're trying to control how long a user stays logged in on your ASP.NET site, this post explains how to set the session timeout: How to Set Session Timeout in ASP.NET. It shows how to update the web.config file using the <sessionState timeout="X" /> setting. This is useful if you want sessions to expire after a specific period of inactivity—whether for security, performance, or user experience reasons.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: pratik