Skip to content

Single sign out dosen't work with cache_store #96

@ckornaros

Description

@ckornaros

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions