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
Also, is it possible to use memcache instead of the database for a shared session store? Currently, I use memcache because it is MUCH faster than the database.
I would like to continue to do so.
Thanks for a great gem!
The text was updated successfully, but these errors were encountered:
I am trying to implement single sign out.. and I'm confused as to why the /tmp/session directory must be shared between all servers?
Why isn't it enough that the session_store be shared?
https://github.com/rubycas/rubycas-client#re-authenticating-on-every-request-ie-the-single-sign-out-problem
Also, is it possible to use memcache instead of the database for a shared session store? Currently, I use memcache because it is MUCH faster than the database.
I would like to continue to do so.
Thanks for a great gem!
The text was updated successfully, but these errors were encountered: