What Is session_register()

Q

What Is session_register()? - PHP Script Tips - Understanding and Using Sessions

✍: FYIcenter.com

A

session_register() is old function that registers global variables into the current session. You should stop using session_register() and use array $_SESSION to save values into the current session now.

2007-04-14, 5289👍, 0💬