While I was reading about session hijacking articles, i learned that it would be nice to encrypt session id value that is stored in a cookie.
As far as I know, when I s
Assuming your session cookie is a GUID, there is no point encrypting it. It would just replace one pseudo-random string with another.