T Thirsty Traveler May 19, 2006 #1 If session id is stored in a cookie by default, does anyone know if this cookie is encrypted by default?
If session id is stored in a cookie by default, does anyone know if this cookie is encrypted by default?
G Guest May 19, 2006 #2 If session id is stored in a cookie by default, does anyone know if this cookie is encrypted by default? Click to expand... Nope, I don't believe there is any encyption on the cookie.
If session id is stored in a cookie by default, does anyone know if this cookie is encrypted by default? Click to expand... Nope, I don't believe there is any encyption on the cookie.
M MSDN May 19, 2006 #3 check http://www.15seconds.com/issue/021210.htm out on how to encrypt your cookies in asp.net SA