Dear Sir,
I refer the following link : https://www.c-sharpcorner.com/uploadfile/61b832/Asp-Net-session-and-web-config-explained/
and i am using the first case in that
<system.web>
<sessionState cookieless="true" mode="InProc"/>
</system.web>
Now session swapping is not coming. but when i open a popup with google map is not working (Not pointing to the given default location).
But after changing
<system.web>
<sessionState cookieless="false" mode="InProc"/>
</system.web>
its works perfect.
I need to use the cookieless="true".
can you help me to rectify this?
Regards
Anoop Krishna