For security session variables only belong to the domain in which they were generated.
If you need to pass information from one domain to another you need to find a different method use a querystring for example.
Also session variables can be lost in other circumstances within a domain, when a session times out or when a server farm is used.
|