mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
clarify that session scoping is needed even when other forms of identification are used
This commit is contained in:
parent
bc9de2e043
commit
23211b1784
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ section: content
|
|||
|
||||
Session scoping is one thing that you might have to deal with yourself.
|
||||
|
||||
The issue occurs when you're using multiple tenant domains and databases. Users can change their session cookie's domain and their session data will be shared in another tenant's application.
|
||||
The issue occurs when you're using multiple tenant databases. Users can change their session cookie's domain and their session data will be shared in another tenant's application.
|
||||
|
||||
Here's how you can prevent this.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue