Skip to content

Commit

Permalink
fix(docs): session persistence #3235
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena authored Apr 17, 2023
1 parent 5941bc5 commit acd20e3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/admin/auth-server/session-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ session events, see:
* [Application Session](../../developer/scripts/application-session.md)
* [End Session](../../developer/scripts/end-session.md)


## Session data structure in Persistence

### LDAP
All sessions can be found under `ou=sessions,o=jans`
Object class `janssessid` - https://github.com/JanssenProject/jans/blob/main/docs/admin/reference/database/ldap-schema.md#janssessid

### MySQL
All session information is saved in this table : https://github.com/JanssenProject/jans/blob/main/docs/admin/reference/database/mysql-schema.md#janssessid

## FAQ

### How can we force the user to log out if the user is idle on the RP for 4 hours?
Expand Down

0 comments on commit acd20e3

Please sign in to comment.