|
Posted by Andy Hassall on 10/09/05 15:58
On Sat, 8 Oct 2005 20:56:41 -0700, "Vic Spainhower" <vic@showsec.com> wrote:
>> Sessions can't be used across multiple domains.
>
>Thanks Jerry - not really what I wanted to hear though!
If you want this to work, you'd need a method of migrating the session data
from one domain to the other through some shared data storage.
For example, save all session data to a database accessible by both domains,
mark this with a unique identifier, and pass that ID as a parameter across to
the other domain in the redirect.
Start a new session on the new domain, and populate it with data from the ID
passed, read from the shared database.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|