user601093
user601093

Reputation: 41

How to get session timeout value through Grails code

i want to know how i can get the session timeout value for my application

i have been set session timeout value in web.xml file and want to get this value through code like session.getSessionTimeout

if anybody knows pls post here

i just want 2 know that is it exactly set or not in web.xml for my grails application

Upvotes: 4

Views: 1893

Answers (1)

deluan
deluan

Reputation: 1865

Try using session.maxInactiveInterval

Upvotes: 5

Related Questions