We use a small support-application which a customer can get to via a webclient.
As soon as customers close their webbrowser or when submitting data I’d like the session on the server to quit, but this doesn’t really seem to happen.
Some more background:
- application doesn’t require authentication
- currently running 4.1.1
Thnkx for your input
As soon as customers close their webbrowser or when submitting data I’d like the session on the server to quit, but this doesn’t really seem to happen.
If you want to close the session after they submit data you can do that via method using application.exit(), if they close the web browser the session should expire in 30 minutes (default), if it doesn’t create a case in the support system.
You could also have a look at the UserManager plugin from Dr Maison, lot of options to handle idle sessions.