DeviseCasAuthenticatable::SingleSignOut::RedisSessionStore

Public Instance Methods

destroy_session(sid) click to toggle source
# File lib/devise_cas_authenticatable/single_sign_out/session_store/redis.rb, line 9
def destroy_session(sid)
  @pool.del(sid)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.