Running Symfony 2.1 on an application and we have different sandboxes of the code. Eg.
aequasi.someurl.com
dev.someurl.com
hotcarl.someurl.com
I cant seem to figure out why, but when im logged into aequasi
, and i go to hotcarl
, i need to log in again. When i do, it logs me out of aequasi
.
All sandboxes are using the same database for auth
i have this in my config.yml
:
framework:
session:
cookie_domain: .someurl.com
domain: .someurl.com
ive got the php.ini
set up to use the same url too
also, the session_id's are the same