You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: