Can I somehow restore the session on JBoss after restart? I want to use it on my development machine.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
This is answered in the documentation:
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.