Changes for version 0.20

  • Added a session_args_param constructor parameter, which tells this module to look in the request args for a session id. This can be used in combination with cookies or by itself.
  • Cookies are now sent when the request object is created, not when the session() method is first called.
  • Rewrote the internals a bit to clean things up. All tests pass but as always, use caution when deploying a new release.

Modules

Add a session to the Mason Request object