0 Replies Latest reply on Mar 9, 2009 12:11 PM by jinson

    Session lost problem

      I am using jboss5.0.1 AS and struts 2.1.6 framework for my webapp. I am using an apache web server rewriting the url. When I click on some buttons, my session info is lost.

      In my jsp pages my form action vaue is having jsessionid appended to it. So when I call some javascript to change the action value, I am not bale to append the jsessionid to it and my session info is lost.

      I think if I use session cookie, it will solve the problem. Could you please let me know is tehre any configuartion file I need to set up for managing seesion throught cookie?

      Thanks,