hi...
i have a web page which is made in the perl language.I have another web page which is made in
JSP .Now when a user logs on in the web page which uses perl language .. he/she is made to log on with user id and password .. ! now i want the same userid session to be carried on to JSP web page. How do i do that ??
The entire scenario works in this way:
In the perl web page the user logs on with user id and password. On that page he has a link which takes him to the JSP web page. Now I have a text box called empnum in the JSP web page.
Now i have a
string variable called userid and password in the JSP code.
I have already set a session in the perl code for userid and password but how do i retreive those sessions in the JSP code..!
Can it be done.???
if so..please tell me how i can retreive a set session varaible in perl and then retreive it in the JSP code..!
Any ideas ..? :roll: