[geeklog-devtalk] PHP Sessions and Globals
Blaine Lang
geeklog at langfamily.ca
Tue Aug 3 23:30:24 EDT 2004
I don't think this is an issue if used correctly but I did want to post this for any comment.
If we have Register_Globals on and we restore a SESSION using session_start() , then any Session variables will be restored as globals.
Only variables assigned to $_SESSION would be restored of course but something to consider as we look at using SESSIONS for any User Variables.
Blaine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://eight.pairlist.net/pipermail/geeklog-devtalk/attachments/20040803/b1c0bf48/attachment.html>
More information about the geeklog-devtalk
mailing list