My application is running on Apache and
Tomcat.
If I create my session in my
jsp I am able to access my session variables in my jsp but I am not able to access in my
servlets. If i create my session in my servlet I am able to access that session in my servlet, I am not able to in my servlet.
It is creating differenct sessions for jsp and servlets. If I want to use same session in both servlets and jsp what should i need to do.
Thanks