Skip to content

Add support for persistent sessions across apache restart#120

Open
manu0401 wants to merge 2 commits into
latchset:mainfrom
manu0401:persistent_session
Open

Add support for persistent sessions across apache restart#120
manu0401 wants to merge 2 commits into
latchset:mainfrom
manu0401:persistent_session

Conversation

@manu0401

Copy link
Copy Markdown

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.
msk pushed a commit to msk/pkgsrc that referenced this pull request May 11, 2026
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.
jperkin pushed a commit to TritonDataCenter/pkgsrc that referenced this pull request May 14, 2026
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