Hi All,
In my application, I have made changes to context.xml of my
Tomcat server to disable cookies, as I was having wrong session data comming up in my popup window. But after making the changes , I am assuming my user session gets destroyed. I understand I should use URL encoding or some technique to retain user logged in across the pages. But I dont know the right way of doing it. I am new to
jsp servlet applications and I am using Spring MVC framework to develop my application. I am learning everything and building my application. Please give your inputs on what is the best way of mainting user session across the pages and also have it secured.
Thank you,
Kavitha.