Skip to content

Commit 008b1a5

Browse files
committed
Changing session id after binding.
1 parent 0e67410 commit 008b1a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wicket-auth-roles/src/main/java/org/apache/wicket/authroles/authentication/AuthenticatedWebSession.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public final boolean signIn(final String username, final String password)
7171
}
7272
else if (authenticated && signedIn.compareAndSet(false, true))
7373
{
74+
changeSessionId();
7475
bind();
7576
}
7677
return authenticated;

0 commit comments

Comments
 (0)