forked from t2v/play2-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
Manabu Nakamura edited this page May 11, 2013
·
2 revisions
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.
<?xml version="1.0" encoding="UTF-8"?>
<ehcache>
<diskStore path="{your storage path}"/>
<defaultCache
diskPersistent="true"
maxEntriesLocalHeap="1000"
/>
</ehcache>