Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/routes/solid-start/advanced/session.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Most of these steps are automatically managed by the [session helpers](#session-

### Database sessions

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.
This approach is similar to the cookie-based approach, but with some key differences:

- The session data is stored in the database, associated with the session ID.
Expand Down