Hi all,
Does
tomcat support session.?.
I came to know that, tomcat is not supporting session, actually, it kills the session variables when redirecting the response to other page..
Is it so?..
please confirm me..
In my application we are using session variable to store the user access rights, and validating in all
jsp pages. we are using resin 1.2.5 as
servlet container. It is working fine.
we have an approach to port our application to tomcat instead of resin.
Now, while porting the session variables not retreived in the jsp pages.
I am struggling with this issue for the past one month, so please confirm me regarding tomcat supports session or not.--
Thanks and regards,
Murugan