this is probably off topic,
i dont know if i should post this here

i have a web site running mod,_perl, apache-session,  and mason.

when a user logins to a members -only area in my server the username and
password are posted to an ssl enabled web server (which i have no control
about) if the login and password are valid that remote server will redirect
the web surfer to my server.
the question is will that user will lose his/her session data?

i understand that sessions keys are stored in cookies in the visitor
browser, does apache session will restore it by itself ?

if not i have the option to pass the session key to the remote server and
then get it back in the query string when the visitor is redirected.
how do i get apache session to restore the user session if i have the key in
a query string

thanks
rene mendoza

Reply via email to