You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/org.projectforge.plugins.datatransfer/src/main/kotlin/org/projectforge/plugins/datatransfer/restPublic/DataTransferPublicSession.kt
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ class DataTransferPublicSession {
94
94
95
95
/**
96
96
* Tries to log-in the user. Uses LoginProtection. Doesn't check if the user is already logged-in.
97
+
* The session id will be changed (session fixation), but any previous logged-in area will be put in the new session.
97
98
*/
98
99
internalfunlogin(
99
100
request:HttpServletRequest,
@@ -134,6 +135,18 @@ class DataTransferPublicSession {
0 commit comments