I have implmented Sessions State mangment using using this article
It works fine as far as I am in same domain but when I change domain it failed. can you tell me how can I share session between domain.
On
http://simpletix.cloudapp.net/Default.aspx
I am setting up session thats why you can read <h1>Default.aspx</h1>
on this page.
Now If I go http://simpletix.cloudapp.net/Contact.aspx I can again see that heading because it is set by default page already.
Now I have another domain which is pointing to same site but diffrent domain.When I open after opening link above I am hoping that contact page on racreg.com will also show me sample session value <h1>Default.aspx</h1>
but it is not showing
http://test.racereg.com/Contact.aspx
can you please tell me what workaround to achive session between domain