Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

v1.2.2: Sessions

Latest
Compare
Choose a tag to compare
@battis battis released this 18 Aug 01:07
· 25 commits to master since this release
Ay yi yi. Sessions are wonky below PHP 5.6. Changing to just requiring 5.6, to avoid weirdness, and then methodically doing everything possible to reset sessions cleanly on authentication changes. (Might be my Apache configuration, but I started getting weird blocked requests, error AH01797, for `<advisor-dashboard-url>/index.cgi`. Not quite sure what that was about, but removed `index.cgi` from `dir.conf`, which feels like a hack.)