1.

How To Turn On The Session Support?

Answer»

The session SUPPORT can be turned on automatically at the SITE level, or manually in each PHP PAGE script:

  • Turning on session support automatically at the site level: SET session.auto_start = 1 in php.ini.
  • Turning on session support manually in each page script: Call session_start() function.

The session support can be turned on automatically at the site level, or manually in each PHP page script:



Discussion

No Comment Found