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.,.,
i need help Visiting multiple page
Moderator: General Moderators
- 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
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)