You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correct me if I'm wrong, but State is for global application resources, which is the same for all requests, such as database pools or email clients. On the other hand though, the session we add as an extension to the request is local, and differ from request to request.
As mentioned here and explained in more detail here.
The text was updated successfully, but these errors were encountered: