Skip to content

Commit 900ecf7

Browse files
Merge branch 'main' into improve-quick-start
2 parents 5a89388 + b107a4e commit 900ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/advanced/session.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Most of these steps are automatically managed by the [session helpers](#session-
2323

2424
### Database sessions
2525

26-
For larger applications or when more robust session management is required, SolidStart also supports storing session data in a database.
26+
For larger applications or when more advanced session management is needed, session data can be stored in a database.
2727
This approach is similar to the cookie-based approach, but with some key differences:
2828

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

0 commit comments

Comments
 (0)