unique browser session id in asp.net
-
Hi How to get unique session id that generated same for all browser tabs and different and always unique when we close and open new browser in asp.net code. thanks
You get the best out of others when you give the best of yourself.
-
Hi How to get unique session id that generated same for all browser tabs and different and always unique when we close and open new browser in asp.net code. thanks
You get the best out of others when you give the best of yourself.
Could you please phrase your question clearly? FYI, You will get an Unique Session ID only when the Session is created.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
/xml>
-
Could you please phrase your question clearly? FYI, You will get an Unique Session ID only when the Session is created.
Castle Rider
What if I freeze??? Don't forget to breath...
My: Website | Yahoo Group | Blog Spot
/xml>
Sessions are usually based on cookies and it would be upto the browser as to whether tabs can share cookies or they are persited after the browser is cleared (provided you've set an expiry date). A new session is created when a valid session cookie isn't found by ASP.Net.