Question about Warning in the PHP Manual
Posted: Thu May 22, 2003 3:12 pm
The PHP manual says:
Found here
Anybody know why we shouldn't do that? It works just fine (had to change it once I read the warning though), and I'm not sure why they don't want it used that way.
Code: Select all
If you are using $_SESSION (or $HTTP_SESSION_VARS), do not use session_register(), session_is_registered(), and session_unregister().Anybody know why we shouldn't do that? It works just fine (had to change it once I read the warning though), and I'm not sure why they don't want it used that way.