mottwsc Posted January 1, 2010 Share Posted January 1, 2010 I create session variables upon a successful login for holding items between pages. For example: username, preferences and authorization. (1) When I read from those session variables on the following pages, should I use something like a regex to revalidate what I'm reading from the session variable, or is this overkill? (2) If I use SSL on my site, does this eliminate the need to do this since it will better protect the session variables? Thanks! Link to comment https://forums.phpfreaks.com/topic/186875-regex-ssl-on-session-variables/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.