Session value in java
Hi ,
I'm now doing a project, which is making use of jsp as well as java files associated with it. While during user login, i'm setting the username as a session value.
Next the java file will be called and I need to retrieve the session value in that java file . Is there any way for me to get the value over there. Can I make use of any class to get the value.
Please help me. I'm in real trouble
Thanks in advance

