We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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>