Hi there,
A Session variable is not the same as a cookie. A session variable lives *at the server*, but is identified with a cookie that lives *at the client*.
So, a session variable in clear text is only visible as clear text on the server, which makes it pretty difficult to hack.
Of course, replay attacks enable you to replay someone else's session, but that would equally apply to encrypted or hashed session variables.
So, generally, session variables are reasonably save.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004