How to update session attribute

前端 未结 2 659
眼角桃花
眼角桃花 2021-02-10 02:40

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

2条回答
  •  無奈伤痛
    2021-02-10 03:19

    I had similar problem. It turned out that when you use

    HttpSession 
    

    object in your controller, it shouldn't be annotated using

    @SessionAttributes
    

提交回复
热议问题