Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Refs #36 bind session after login
Browse files Browse the repository at this point in the history
  • Loading branch information
ceefour committed Jul 28, 2017
1 parent da3ab63 commit 70bc225
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ public AbstractFacebookRecipient(final PageParameters params, String callbackPat
curPerson = personRepo.modify(curPerson.getId(), curPerson);
// Set Token And Set Session
doLogin(curPerson.getId(), curPerson);
WebSession.get().bind();
// Redirect Url
((SoluvasWebSession) getSession()).postLoginSuccess();
} catch (final Exception e) {
Expand Down

0 comments on commit 70bc225

Please sign in to comment.