Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Version 0.10.0

Compare
Choose a tag to compare
@olavmrk olavmrk released this 18 Dec 10:09
· 185 commits to master since this release
v0.10.0
  • Make sure that we fail in the unlikely case where OpenSSL is not able
    to provide us with a secure session id.
  • Increase the number of key-value pairs in the session to 2048.
  • Add MellonMergeEnvVars-option to store multi-valued attributes in
    a single environment variable, separated with ';'.
  • Bugfixes:
    • Fix the [MAP] option for MellonCond.
    • Fix cookie deletion for the session cookie. (Logout is not dependent
      on the cookie being deleted, so this only fixes the cookie showing
      up after the session is deleted.)