How to update HttpSession with latest Access Time

I am using spring 4, I am trying to update the latest session access. I am basically trying to ping the session manually.

I have a session id and I want to retrieve the session from the session registry update of the last access time field.

In HttpSession api I cannot find "setLastAccessedTime"

+3


source to share





All Articles