Page 1 of 1

Authenticate and forward to JSP

Posted: Tue Jun 17, 2003 3:56 pm
by fishflake
Hi, not sure if this is the correct forum for this, but... here goes.
Trying to use basic authentication using php and forward the authenticated user to a jsp page in a Websphere web application. Authentication works fine, but the jsp page's getRemoteUser method keeps returning a null (thinks the user is not authenticated).
Has anyone ever implemented an architecture like this?
Any help would be appreciated.
Thanks