Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single sign out dosen't work with cache_store #96

Open
ckornaros opened this issue Mar 23, 2015 · 1 comment
Open

Single sign out dosen't work with cache_store #96

ckornaros opened this issue Mar 23, 2015 · 1 comment

Comments

@ckornaros
Copy link

Hello,
The sign out works well but not the single sign out.
When I'm sign out from siteA I still logged in siteB even if I set "config.cas_enable_single_sign_out = true" in devise.rb
You'll find bellow the configuration of session_store.rb

Rails.application.config.session_store :cache_store

Did I miss something ? Single Sign Out should work with cache_store (or even with mem_cache_store) ?

Edit: I'm working with rails 4.2.0 and last version of devise_cas_authenticatable.

Thanks for your help !

@nbudin
Copy link
Owner

nbudin commented Mar 26, 2015

Hi, sorry for the delay in getting back to you. Could you post samples of your logs (with any sensitive information removed) from both apps when trying to do a sign-out? Without those, it's hard to diagnose the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants