Skip to content

Commit

Permalink
Add session locking warning (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee authored Dec 1, 2022
1 parent 5797249 commit 7f8f6ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ services:
Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler:
arguments: ['@snc_redis.session']
```
Note that this solution does not perform session locking and that you may face race conditions when accessing sessions (see [Symfony docs](https://symfony.com/doc/current/session/database.html#store-sessions-in-a-key-value-database-redis)).

### Monolog logging ###

Expand Down

0 comments on commit 7f8f6ed

Please sign in to comment.