View Single Post
Old 01-10-2013, 12:48 AM   PM User | #5
holy24
New Coder

 
Join Date: Dec 2012
Posts: 19
Thanks: 1
Thanked 0 Times in 0 Posts
holy24 is an unknown quantity at this point
Hi,

Actually, as what I suspect, it might be because both website is in the same host (testing) and the session variable (number) is the same.

my 1st website:
http://testing/abc/login.php
$_SESSION['number']

my 2nd website:
http://testing/zzz/login.php
$_SESSION['number']

There is one way where I can change all the session variables to different name but it would be a problem if I have alot of web application.

Can anyone please kindly advise if there is any code where the session variable will not inter-link from different web application even though they are in the same host/same session variable name.

Thanks in advance for the help.
holy24 is offline   Reply With Quote