Re: [PHP] Re: Sessions and include()...

2001-09-23 Thread Richard Lynch
nch' <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, September 22, 2001 4:38 PM Subject: RE: [PHP] Re: Sessions and include()... > Alright. If that's the case, how do you make sure a cookie gets set for > the remote domain? I'm working on a project to writ

RE: [PHP] Re: Sessions and include()...

2001-09-22 Thread Matthew Walker
But those pieces would need to use the same session as if they were on /our/ server. -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 10:25 PM To: Matthew Walker Cc: [EMAIL PROTECTED] Subject: [PHP] Re: Sessions and include()... I believe

[PHP] Re: Sessions and include()...

2001-09-21 Thread Richard Lynch
I believe: include() gets parsed and executed on the server that is doing the include-ing, not the remote server... If that file has session_xxx() in it, you'll have started a session and whatnot on the local server. The remote server doesn't even have to have PHP on it at all, and its configur