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

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

python - PIL cannot identify image file for io.BytesIO object -

java - disabling a node without disable its children in javafx -