Generated by
JDiff

Interface org.springframework.web.server.session.WebSessionStore

Removed Methods
<any> changeSessionId(String, WebSession) Update WebSession data storage to reflect a change in session id.
<any> storeSession(WebSession) Store the given WebSession.
 

Added Methods
<any> createWebSession() Create a new WebSession.
<any> updateLastAccessTime(WebSession) Update the last accessed timestamp to "now".