Jump to content

session_start();


brown2005

Recommended Posts

Yes you must state session_start(); as the first line in every page (not files by pages) the user visits that has a session. Otherwise your session variables wont work. Unless you have PHP configured to start a session automatically via the [b]session.auto_start[/b] directive.
Link to comment
https://forums.phpfreaks.com/topic/17849-session_start/#findComment-76260
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.