Quick Question.
I am implementing a log on mechanism and I plan to use session variables to save credentials once authenticated. I was reading in the book Advanced PHP Programming that you should encrypt any session data.
I dont understand why this encryption is needed, since the session data is stored on the server. Can someone explain to me the need for encryption. Can session data on the server be tampered with, or can a user falsify this data.
I understand that a user can hijack a session, but once they do that, how can they get to that data?
Thanks for any input
-dm12dm
