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.

Reply via email to