Hi, I would like to implement an auto log off feature to my application but I do not have any idea how to do it. Can you guys help or point me to the related website? Thanks a lot.
I came across this setMaxInactiveInterval in the API. I set session.setMaxInactiveInterval(60*15) in my application, but the session expired more than 15minutes, any idea to extend the session?