Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Suppose user log in any website using Google chrome browser then session id is created.
He open Opera ,Firefox browser is session id is different or not.
Posted

Quote:
Suppose user log in any website using Google chrome browser then session id is created.
He open Opera ,Firefox browser is session id is different or not.
Sessions will be different. It is created per browser basis.

So, in your example, three Sessions will be created as you are loading the Website in three different browsers.
 
Share this answer
 
v2
1.For each web application, the web client is the browser that communicate with the web application that is running on the web server. So if the same user access the same web application from 3 web browsers ==> 3 different session will be created for each browser.

2.Note that each session has an expiration time out, that is configurable in the web application web.config file.
 
Share this answer
 

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