I have an old web site(servlets, JSP, and Struts). Currently, session management handled by using cookies. I wanted to redesign this site to make browser independent.
I know there is an alternate - URL re-writing, however, this is not feasible for me to re-write(encode) all the URLs in my application.
I am looking for a solution which should not impact my code much. Please suggest me, if anyone is having a feasible solution. It will be a great help to me.