java - jetty Persistent Sessions -


i'm using persistent sessions jetty, described here:

http://www.eclipse.org/jetty/documentation/9.3.x/using-persistent-sessions.html

sessions saved , restored after stop/restart.

this true long application not abruptly terminated, i.e. not calling stop() method on server instance, though file session has been persisted looks fine.

i'd able restore sessions, maximum extent possible, in case of sudden halt of system.

any suggestions on how achieve this?


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

SQL Server - MyCTE query based on 24 hour period (next day) -