This might be a possible duplicate, but as I none of the answers were working for me from those portals, I'm posting the question again.
I have a website and when I'm trying to test the session data within this website by giving two different domain names in the URL.
I'm attaching screenshots for brief explanation.
When I log in to the URL ssfound.com, the session is saved and my login details are displayed.
When I open www.ssfound.com then the session is unable to get htese login details.
I searched in the internet and found few solutions but none of them are working. I tested after adding it into config file , but below doesn't work
<httpCookies domain=".ssfound.com"/>
<httpCookies domain="ssfound.com"/>
I even tried <sessionstate cookieless="true"/>
and mode = InProc but neither these work.
please don't mark it as duplicate, because I tried the above solutions in from the stackoverflow community & they didn't work from me.