There was an error while loading. Please reload this page.
If you use default Cache implementation(EhCache), you can keep logged in session by using setting as follow.
put a ehcache.xml in conf/ folder.
ehcache.xml
conf/
<?xml version="1.0" encoding="UTF-8"?> <ehcache> <diskStore path="{your storage path}"/> <defaultCache diskPersistent="true" maxEntriesLocalHeap="1000" /> </ehcache>