I am using the HttpHeaderAuthenticator and trying to persistent cache for authenticator, so I made a copy of ehcache-default.xml from the distribution, to conf/ehcache.xml
but when I recompile the app the user is logged out again.
The play.data file still exists and contains the user info and token.
Any idea what may be the problem ?
I am using the
HttpHeaderAuthenticator
and trying to persistent cache for authenticator, so I made a copy ofehcache-default.xml
from the distribution, toconf/ehcache.xml
but when I recompile the app the user is logged out again. The
play.data
file still exists and contains the user info and token. Any idea what may be the problem ?