Jump to content

Regex, SSL on session variables?


mottwsc

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.