This topic is locked

SESSIONS

2/28/2012 2:46:09 AM
PHPRunner General questions
S
stiven author

Hello, I have 2 projects running on the same server VPS, one has a dedicated IP and the other one has a shared IP they're on different domains. I would like to have different sessions for both of them.
Do i have to specify a session_name() on each project because they are on the the same server or this is not necessary because its different domains?
Thanks for your help

Sergey Kornilov admin 2/28/2012

If these two project run on different domains i.e. example1.com and example2.com sessions won't be shared. In other words you do not need to change anything.