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
Aker's SessionTimer middleware fails if there is no session middleware installed (i.e., if there is no env['rack.session']). Since it is installed by default by Aker::Rack.use_in, it should gracefully do nothing if there's no session.
The text was updated successfully, but these errors were encountered:
@yipdw pointed out that warden requires session middleware, so fixing this in SessionTimer would be pointless. It might be worthwhile to give a better error message, though, so I'm going to leave the issue open.
Aker's
SessionTimer
middleware fails if there is no session middleware installed (i.e., if there is noenv['rack.session']
). Since it is installed by default byAker::Rack.use_in
, it should gracefully do nothing if there's no session.The text was updated successfully, but these errors were encountered: