Possible Duplicate:
What is the best way to prevent session hijacking?
Is encrypting session id (or other authenticate value) in cookie useful at all?
My session handler stores the session ID in a cookie and returns the value of the cookie to use as a reference to the database.
My question is short and simple. Should I encrypt the session ID in the cookie or would this be pointless?
Thanks! :)