2
Hello,
I’m having a problem, it happens that the user log in to www.meusite.com.br page his session is not in meusite.com.br, because it has this difference of without www and with www?
Can someone help me?
I’m setting the session normally
session_start();
It didn’t work, I put it like you wrote
– Vinicius Henzel
check if the /.. /Session path is correct, if the directory does not exist, create a
– Wallace Magalhães