Discussion:
how to generate "session" ID instead of cookie message
(时间太久无法回复)
elmer
2005-08-26 06:57:12 UTC
Permalink
I heard that IIS can generate unique value to each client, called “session
ID”. I want to use it to hide and convert the user login or transaction
parameter information to random. This value is included in cookie and sent
and received in handling cookie. what article or document I can refer to ?

TKS
Bernard Cheah [MVP]
2005-09-06 05:27:20 UTC
Permalink
Not sure what you want. but session ID is control by IIS and is completely
random.
response.write Session.SessionID
--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/
I heard that IIS can generate unique value to each client, called ¡§session
ID¡š. I want to use it to hide and convert the user login or transaction
parameter information to random. This value is included in cookie and sent
and received in handling cookie. what article or document I can refer to ?
TKS
Loading...