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

Commits on Sep 9, 2024

  1. use symfony cache for managing session-side storage (#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
    David Coutadeur committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    db3a21f View commit details
    Browse the repository at this point in the history