Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

like image 346
user601093 Avatar asked Sep 01 '25 23:09

user601093


1 Answers

Try using session.maxInactiveInterval

like image 186
deluan Avatar answered Sep 05 '25 00:09

deluan