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

Fix setting of session.cookie.httponly if already set #105

Merged
merged 1 commit into from
Mar 1, 2024

Conversation

levihb
Copy link
Contributor

@levihb levihb commented Feb 28, 2024

Fixed #104 that I posted recently - realised it was a super easy fix so stopped being lazy af.

@DiouxX DiouxX self-assigned this Mar 1, 2024
@DiouxX DiouxX added the bug label Mar 1, 2024
Copy link
Owner

@DiouxX DiouxX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to effectively fix the problem and the continual restarting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

session.cookie_httponly is set to "on on" each time the container restarts, preventing apache from running
2 participants