Click here to Skip to main content
15,886,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using <sessionstate cookieless="UseUri"> in this case a session identifier is appended with url in query string .

I just want to know If session identifier will show in url then-- what is the security issue ,Is it right way to use above setting to manage multiple session of same application in multiple browser's tab.

What I have tried:

I have achieve the multiple session in same browser in multiple tab by using below setting--

<sessionstate cookieless="UseUri">
Posted
Updated 6-Mar-19 0:13am

1 solution

Yes the session info show in the address bar, and can be copy/pasted to another address bar.
That copy/paste ability could be seen as a security vulnerability as you could copy/paste into an email just as easily
 
Share this answer
 
Comments
suneel kumar gupta 6-Mar-19 7:24am    
Thankyou so much for your reply. Yes I Agree that by copy/paste session id in another address bar we can access other user session but I think we can do this inside same browser and same device , not in different browser and device.
MadMyche 6-Mar-19 7:41am    
Have you tried and confirmed this?
Read this: https://brockallen.com/2012/04/08/cookieless-session-considered-dangerous/
suneel kumar gupta 6-Mar-19 23:27pm    
ok ,But How to manage session for multiple users in multiple tab in same browser?
MadMyche 7-Mar-19 6:58am    
There really is no way you can do it programming wise; it is an unreasonable expectation to expect security when you have two or more people using the same program on the same machine simultaneously

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900