diff --git a/source/docs/v3/session-scoping.blade.md b/source/docs/v3/session-scoping.blade.md index e20af26..2f5f02f 100644 --- a/source/docs/v3/session-scoping.blade.md +++ b/source/docs/v3/session-scoping.blade.md @@ -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.