S
Suresh
how to share Session Sharing Across the domain
Suresh said: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 said: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)
Suresh said:documentation on the <sessionState> element in the web.config file can not
help to solve this problem