I have some session attributes being saved. I have a jsp page on which a call to a servlet is made through. This servlet updates one of the session variable but I am not able to
I had similar problem. It turned out that when you use
HttpSession
object in your controller, it shouldn't be annotated using
@SessionAttributes