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

use symfony cache for managing session-side storage (#954) #967

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

davidcoutadeur
Copy link

Closes #954

- use symfony cache for managing sessions,
- add upgrade notes,
- add 2 cache parameters in config,
- remove expired cache entries,
- remove some warning messages,
- security: always display the same message: invalid token even if the user is not found in ldap,
- add more logs,
- set an expiration time for each cache entry,
- set symfony/cache version in composer.json,
- adding new cache bundled dependencies in packages and doc
@davidcoutadeur davidcoutadeur merged commit 8079006 into master Sep 9, 2024
1 check passed
@coudot coudot deleted the 954-server-side-sessions branch October 3, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use a lib for server side sessions
1 participant