Hi,
I am using Jsecurity plugin version 0.3 with grails 1.1. I need to increase the session timeout for users.
Any clue how i should go about this?
Hi,
I am using Jsecurity plugin version 0.3 with grails 1.1. I need to increase the session timeout for users.
Any clue how i should go about this?
Another way to set the session timeout is installing the WebXML Plugin and set the session timeout in the web.xml. Doing it this way you don't have to set it programmatically every time.