|
Subject:
|
Session Management
|
|
Posted By:
|
yohandh
|
Post Date:
|
12/12/2005 2:46:18 AM
|
Can we set SessionID explicitly ? (Can we create unique ID - using GUID() - & assign that ID to SessionID ?)

Yohan D.H.
|
|
Reply By:
|
planoie
|
Reply Date:
|
12/12/2005 3:28:50 PM
|
ASP.NET handles the creation of management of the session IDs.
-Peter
|
|
Reply By:
|
yohandh
|
Reply Date:
|
12/12/2005 9:45:03 PM
|
Yes I got it. SessionID is read only. So we don't need to manually assign it. I was little bit confuse because in PHP sometimes we are doing that kind of things. Tx very much for your reply.
Yohan D.H.
|