| Module | Mack::SessionStore |
| In: |
lib/mack/sessions/cookie_session_store.rb
lib/mack/sessions/session_store_base.rb lib/mack/sessions/test_session_store.rb |
Calls the expire_all method on the specified session store.
# File lib/mack/sessions/session_store_base.rb, line 28
28: def expire_all(*args)
29: self.store.expire_all(*args)
30: end