Why is it, that when i use this code, that I found in another post:
$di['session'] = function() {
session_set_cookie_params(0, '/', '.mydomain.com');
$session = new \Phalcon\Session\Adapter\Files();
$session->start();
return $session;
};
Why is that I sill can't use sessions on my subdomain?