We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a89388 + b107a4e commit 900ecf7Copy full SHA for 900ecf7
src/routes/solid-start/advanced/session.mdx
@@ -23,7 +23,7 @@ Most of these steps are automatically managed by the [session helpers](#session-
23
24
### Database sessions
25
26
-For larger applications or when more robust session management is required, SolidStart also supports storing session data in a database.
+For larger applications or when more advanced session management is needed, session data can be stored in a database.
27
This approach is similar to the cookie-based approach, but with some key differences:
28
29
- The session data is stored in the database, associated with the session ID.
0 commit comments