Skip to content

Commit 011ba41

Browse files
fhanikduanemay
authored andcommitted
recommend memory for session store
1 parent 4c3d754 commit 011ba41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/UAA-Configuration-Reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ Use this to work around database driver parameter limits.
801801
**Type:** `String`
802802

803803
The session storage mechanism. Accepted values:
804-
- `memory` — In-memory sessions (default, not suitable for multi-instance deployments)
804+
- `memory` — In-memory sessions (default, suitable for multi-instance deployments that support sticky sessions)
805805
- `database` — Database-backed sessions via Spring Session JDBC
806806

807807
[Back to table](#servlet--session)

0 commit comments

Comments
 (0)