Hi,
Cookies cannot be shared between the domains. That is right. But we need to
share the session between two different domains. This is mandatory. I would
like to know any other aproaches to make it done. We have found some other
alternaives thru which we can make it done. But it drastically reduces the
performance.
Is there any thrid party tools that can serve this purpose (Session State
Sharing between the domains)
Thanks
Suresh.
"John Saunders" <johnwsaundersiii at hotmail.com> wrote in message
news:OM**************@TK2MSFTNGP11.phx.gbl...
"Suresh" <su************@gmail.com> wrote in message
news:O%***************@TK2MSFTNGP14.phx.gbl... Hi,
We have tried that aproach. That article works fine only when both ASP
and ASPX pages are under the same domain. It doesn't work when the pages are
under different domains.
Suresh, can you share cookies between these two domains? If not, then you
won't be able to share session state, either.
John Saunders