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
|`memory`| Stores session in memory, useful for testing |
19
+
|`memory`| Stores session data in memory. Forgets all session data when restarting the server. Useful for testing |
20
20
|`cookie`| Stores the session data in a cookie |
21
21
22
22
We welcome every contribution for new session drivers. You can submit a pull request adding a new driver or you may ask for an implementation by creating an issue [in the framework’s GitHub repository](https://github.com/supercharge/framework).
0 commit comments