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 -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -

Why does a .NET 4.0 program produce a system.unauthorizedAccess error on a Windows Server 2012 machine with .NET 4.5 installed? -