I have an application, which requires a user login.
The customer I have does not want the session to time out.
I have set the webconfig timeout to 160000 to prevent this but I still get an error when the time passes 20 minutes because I use session objects.
Can I automatically refresh the browser every 10 minutes if it is not used, so the user can always use the application again after e.g. 3 hours?