You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside __construct there should be a check to see if there is already a started session when using this code in a more complex application (e.g. Zend Framework) or else PHP will throw a notice.
Inside __construct there should be a check to see if there is already a started session when using this code in a more complex application (e.g. Zend Framework) or else PHP will throw a notice.
session_start();should be: