A
Ashish
hi guys,
Iam creating a web application that is going to be split between two
domains, i need to connect sessions of the same user between domains.
I can see that when the reqyest goes from one domain to another, the
asp.net session id cookie value changes ..
Is it possible for me to write a cookie value from one domain for
another domain ?
for example when the user is going from X domain to Y domain, i write a
cookie for Y domain, and read that cookie in Y domain, then i can
recreate the session values back from database..
I tried adding a cookie for Y domain from X domain, but i dont see it in
the cookie collection on Y domain.
any help would be appreciated ...
thanks
Iam creating a web application that is going to be split between two
domains, i need to connect sessions of the same user between domains.
I can see that when the reqyest goes from one domain to another, the
asp.net session id cookie value changes ..
Is it possible for me to write a cookie value from one domain for
another domain ?
for example when the user is going from X domain to Y domain, i write a
cookie for Y domain, and read that cookie in Y domain, then i can
recreate the session values back from database..
I tried adding a cookie for Y domain from X domain, but i dont see it in
the cookie collection on Y domain.
any help would be appreciated ...
thanks