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

[project-base] Automatically delete sessions after 7 days of user inactivity #1842

Merged
merged 3 commits into from Jul 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions project-base/config/packages/snc_redis.yaml
Expand Up @@ -36,4 +36,5 @@ snc_redis:
dsn: 'redis://%redis_host%'
session:
client: 'session'
ttl: 604800
prefix: '%env(REDIS_PREFIX)%session:'
4 changes: 4 additions & 0 deletions upgrade/UPGRADE-v9.0.1-dev.md
Expand Up @@ -20,3 +20,7 @@ There you can find links to upgrade notes for other versions too.

- fix exporting of JavaScript translations ([#1880](https://github.com/shopsys/shopsys/pull/1880))
- see #project-base-diff to update your project

- enable automatic deleting of sessions older than 7 days in Redis ([#1842](https://github.com/shopsys/shopsys/pull/1842))
- see #project-base-diff to update your project
- you should consider what to do with current sessions, if you want to keep them, set them TTL or delete them