Simple library for store HTTP session from Jetty in OrientDB.
- Use configs from folder config/
- After initialize application and acquire database call this:
OrientDbJettyModule.initSchema(ODatabaseDocument);
- That's all.
Name | Description |
---|---|
OSessionData | Class which contain all information about HTTP session |
OSessionData.id | String property which contains id of HTTP session provided byt Jetty |
OSessionData.data | Binary property which contains serialized HTTP session data |
OSessionData.expiryTime | Long property which contains time in milliseconds when session will be expired |