How to set login and session to never expire in ASP.Net forms authentication & SQL Server session mode?
up vote
0
down vote
favorite
We have an existing application on ASP.Net forms & uses SQL Server session state mode with custom database (not tempdb). The application uses forms authentication to login. What we need to do is: once logged in to a particular browser, the login and session never expires. Even after the browser exit or system restarts or there is no user activity. the user need to re-login only after cookies are cleared manually OR as a system administrator we truncate the SQL database tables for session management. How can this be achieved ?
c# asp.net session session-cookies forms-authentication
share | improve this question
asked 2 days ago
...