mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
Update session-scoping.blade.md
This commit is contained in:
parent
181c4bd3ec
commit
bc9de2e043
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ Here's how you can prevent this.
|
|||
|
||||
## Storing sessions in the database {#storing-sessions-in-the-database}
|
||||
|
||||
> Note: This approach has more variables than Redis, making it less reliable. It's recommended to use phpredis + the Redis session driver for proper session scoping.
|
||||
|
||||
Since the databases are automatically separated, simply using the database as the session driver will make this problem disappear altogether.
|
||||
|
||||
## Storing sessions in Redis {#storing-sessions-in-redis}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue