I'm saving the userid in a cookie so it's there next time they try to login.

Problem: I'm using Apache mod_proxy with ProxyPass, ProxyPassReverse so the user just enteries http://[ip]/SLMenu instead of http://[ip]:8080/SLMenu/servlet/SLMenu.

Well the cookie is saved under http://[ip]/SLMenu/servlet/SLMenu and when they get the login screen it isn't available since (I believe) their coming in under http://[ip]/SLMenu.

Idea's? Is there a better method to use than mod_proxy. I want to keep the URL as simple as possible.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to