Why not do this... Implement sessions via DBI. All three servers will use the same table in the same database for setting/getting session data (ie 'authenticated_uid' => 1425). Pass the session id around in the path or in query string. Make sure your applications include this data when linking to the other servers. It's too early.. so I doubt this method is without flaws. Session hijacking comes to mind. Bad juju.
- [OT?] Cross domain cookie/ticket access Aaron Johnson
- Re: [OT?] Cross domain cookie/ticket access Drew Taylor
- Re: [OT?] Cross domain cookie/ticket access Ian Mahuron
- Re: [OT?] Cross domain cookie/ticket access Joe Pearson
- Re: [OT?] Cross domain cookie/ticket access darren chamberlain
- Re: [OT?] Cross domain cookie/ticket access Simon Rosenthal
- Re: [OT?] Cross domain cookie/ticket acces... Aaron Johnson
- Re: [OT?] Cross domain cookie/ticket a... Kee Hinckley
- RE: [OT?] Cross domain cookie/ticket access Jerrad Pierce
- RE: [OT?] Cross domain cookie/ticket access Peiper,Richard