Page 1 of 1

i need help Visiting multiple page

Posted: Mon Apr 09, 2012 1:40 am
by azai03
Hi i'm developing a social site to test myself.,., but i got an error.,., when i visit multiple page of different people, my SESSION conflicts.,., for example i got two page open with different account page... the last account page i opened will be the value of my session, so the SESSION of the first account page i opened will be gone,.,.,.,


i hope someone can help with this problem.,.,

Re: i need help Visiting multiple page

Posted: Mon Apr 09, 2012 10:15 pm
by Christopher
It sounds like both are sharing the same Session variables. Since you are visiting the session system will see your browser information as the same user for both areas.