Make cookieLogin handle HttpSession by itself

This commit is contained in:
Sankaranarayanan Viswanathan
2014-10-11 13:24:12 -04:00
parent 0059cabebe
commit b9f27b2b00
2 changed files with 12 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ public class UserService {
/**
* should triggers after successful login
*/
private void afterLogin(User user) {
public void afterLogin(User user) {
postLoginActivities.executeFor(user);
}