you can, but will not override IIS settings (20 minutes by default) if you are in a shared hosting environment.
I use the use of SQL sessions , this will make the web application a little slower, but you have full control over the sessions, and if you update something in the application and the Compiler needs to compile the resources / classes again, the user will not be logged out .
Sessions will be stored in a special SQL database table.
balexandre
source share