Authenticate and forward to JSP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fishflake
Forum Newbie
Posts: 1
Joined: Tue Jun 17, 2003 3:56 pm

Authenticate and forward to JSP

Post 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
Post Reply