| In: |
lib/Borges/RequestHandler/Session.rb
|
| Parent: | Object |
Returns the active state of this Session. A handler is active if it has been accessed within the session expiry time.
Creates a RedirectResponse pointing to a new URL. redirect is used to eliminate the duplicate POST problem.
Creates a META refresh with message that refreshes to a new URL in seconds. Used for pages that have expired.
Stores a response point and passes its URL to block. When the action for the URL is invoked, it will pass to the request to a list of filters for processing.
Must be wrapped in with_escape_continuation.
Invokes the escape continuation, returning res to where with_escape_continuation was called.