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
Trying to logout user but am getting that error. I'm using rails 4.0. Specifically:
NoMethodError (undefined method `destroy_session' for nil:NilClass)
It looks like you're attempting to use the Rails cache as your session store while enabling single sign-out. Is that the case? If so, would it be possible for you to try it using a different single-sign-out-supported session store mechanism (such as the ActiveRecord session store)?
Trying to logout user but am getting that error. I'm using rails 4.0. Specifically:
NoMethodError (undefined method `destroy_session' for nil:NilClass)
Which is coming from
app/controllers/devise/cas_sessions_controller.rb:27:in `destroy'
The text was updated successfully, but these errors were encountered: