i need help Visiting multiple page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
azai03
Forum Newbie
Posts: 1
Joined: Mon Apr 09, 2012 1:37 am

i need help Visiting multiple page

Post 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.,.,
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: i need help Visiting multiple page

Post 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.
(#10850)
Post Reply