Re: [PHP] Session's across Domains...

2005-11-08 Thread Richard Lynch
On Tue, November 8, 2005 6:50 pm, Tony Di Croce wrote: > I have a server with a few virtual hosts. All of my scripts use > "session_start()", and $_SESSION[] to share data between invocations > of > different scripts. > > The problem I'm having is that if a form on site A submits to a script > on >

[PHP] Session's across Domains...

2005-11-08 Thread Tony Di Croce
I have a server with a few virtual hosts. All of my scripts use "session_start()", and $_SESSION[] to share data between invocations of different scripts. The problem I'm having is that if a form on site A submits to a script on site B the values stashed in $_SESSION[] appear to be lost... Should