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
namespaceSocialConnect\Provider\Session;
class Session implements SessionInterface
{
publicfunction__construct()
{
if (session_status() == PHP_SESSION_NONE) { // New linesession_start();
} // New line
}
The text was updated successfully, but these errors were encountered:
Start session if session does not exist:
The text was updated successfully, but these errors were encountered: