ASP Request.ServerVariables in JSP
843836Nov 3 2004 — edited Jan 6 2005Hello!
Does anyone know a way to access ASP Request.ServerVariables("xyz")?
Better explained?:
From a page which used ASP, is a link to my app. That page use Request.ServerVariables("login_name") to identify users. I have to use the same variable in my JSP environment. How do I read it?
Thanks!
Regards,