Author | Message |
---|---|
afetiso
Posts: 84
|
Posted 21:35 Aug 16, 2015 |
Before when we log in we was using Controller to log in and add user to the session. Now we using spring mvc security How we can make "session.setAttribute( "authenticatedUser", loginUser );" now? or what we can use instead "HttpSession session" ? |
cysun
Posts: 2935
|
Posted 23:05 Aug 16, 2015 |
Slide #25-26 in Declarative Security (II). |