PHP

Topic: Sessions

What Is session_register()?

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.

Browse random answers: