Skip to content

Commit 26e6052

Browse files
committed
add note
1 parent d54364a commit 26e6052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Supercharge ships with different session backends. All session backends are acce
1616

1717
| Session Driver | Description |
1818
|---------------- |--------------------------------------------- |
19-
| `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 |
2020
| `cookie` | Stores the session data in a cookie |
2121

2222
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

Comments
 (0)