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
GetLinkMySQLI();
ini_set('session.cookie_domain', '.ebs-systems.epizy.com');
// Configurando cookie como seguro (apenas em conexões HTTPS)
ini_set('session.cookie_secure', 1);
// Configurando o caminho do cookie para ser acessível em todos os subdomínios
ini_set('session.cookie_path', '/');
session_start();
?>