Anoop U

Anoop U

  • 1.6k
  • 32
  • 911

Session with multiple user

Jun 19 2018 5:48 AM
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

Answers (1)