Hi All,
I am a Computer Science student and have done some projects in
java and also familiar with CGI/Perl. I am also learning
JSP servlets.
Now I am working in a project where I have to keep track of the logged person in a series of pages. As I knew CGI/perl session concept I am using the JSP sessions to do this.
I am able to set sessions in one JSP page and retrive them in other. But in the CGI/perl scripts I used to set a session. The next page will get this session ID either from cookie or from query
string and then gets the required variable from the session file.
I wonder how the JSP file gets the session file to verify without the session ID. Please anyone help me to solve my this basic doubt.
Thanks
Mukta