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

asp.net mvc - Cannot display error message on Editor or EditorFor -

python - No exponential form of the z-axis in matplotlib-3D-plots -

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