[PHPLIB] Auth prevents passing session between servers From: Howie Oakes (hoakes <email protected>)
Date: 12/13/99

The problem here is definitely $auth and the triggering of the loginform.
For some reason I can pass the session to a new server fine, but when I try
to access a protected page on that new server, it triggers another
session...does anyone know how to prevent this? I can't figure out what is
in auth that ignores a passed session.

-Howie

-----Original Message-----
From: Howie Oakes [mailto:hoakes <email protected>]
Sent: Monday, December 13, 1999 9:52 AM
To: phplib <email protected>
Subject: RE: [PHPLIB] problems sending session to different server that
us es auth

The uid is only known after the user logs in thru auth...by this point a new
session has already been created.

-Howie

-----Original Message-----
From: Michael S. Steuer [mailto:michael <email protected>]
Sent: Monday, December 13, 1999 8:28 AM
To: Howie Oakes; phplib <email protected>
Subject: RE: [PHPLIB] problems sending session to different server that
uses auth

You probably need to pass the userid too, beside the sessionid!

regards,

Michael.

|-----Original Message-----
|From: phplib-owner <email protected>
|[mailto:phplib-owner <email protected>]On Behalf Of Howie Oakes
|Sent: Monday, 13 December 1999 14:11
|To: phplib <email protected>
|Subject: [PHPLIB] problems sending session to different server that uses
|auth
|
|
|Hello-
|
|I need to be able to send a session from a non-secure page to a secure
|cname:
|
|http://foo.com to https://foo.securesite.com
|
|the secure url just redirects back to my server, so it is never really
|"leaving" my server.
|I have been able to get the session passed to the secure domain, but if I
|try to protect the page I am passing to with auth, I get a new
|session. I am
|assuming that it has something to do with the loginform, but I am
|not really
|sure where to go from here. Any ideas?
|
|Thanks!
|Howie
|-
|PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
|To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
|the body, not the subject, of your message.
|
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.