Module warp_sessions::request

source ·

Functions

  • This function builds a filter from a SessionStore and a set of cookie options for the session. The filter pulls the cookie with name ‘sid’ from the request and uses the passed in session store to retrieve the session. It returns the session for use by the downstream session handler.