Can I somehow restore the session on JBoss after restart? I want to use it on my development machine.
+1
A:
All servlet containers will try to keep the session alive between server restarts. But all session objects must be serializable in order for this to work.
Marcelo Morales
2009-05-14 12:33:19