Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for persistent sessions across apache restart #120

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

manu0401
Copy link

This is done by using named shared memory, so that we can find and reload the session cache after apache restart.

The feature is disabled by default, and can be enabled by specifying a MellonCacheFile directive.

This is done by using named shared memory, so that we can find
and reload the session cache after apache restart.

The feature is disabled by default, and can be enabled by specifying
a MellonCacheFile directive.
netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this pull request Apr 22, 2023
Add persistent sessions patch from upsrtream
latchset/mod_auth_mellon#120

Changes since 0.18.0 from the NEWS file:

* Logout endpoint can handle POST response.

* Ensure compatibility with OpenSSL 3.

* Add encryption certificate in mellon_create_metadata.sh.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant