Page 1 of 1

Limiting Number of Browsers Open at the Same Time

Posted: Mon Dec 18, 2006 9:20 am
by tonyacunar
Hello,

I have a website where I do queries, and unfortunately if I have two browsers open I get some issues with the data. I have decided that I dont want two browsers+ from the same user on my website. Is there any way to limit this?
thanks
-Jose

Posted: Mon Dec 18, 2006 9:30 am
by feyd
I'm not aware of any way for PHP to detect that there is two windows. Javascript (maybe) but it's really limited if it didn't create the window.

Posted: Mon Dec 18, 2006 11:11 am
by Kieran Huggins
Sounds like you're passing information in the URL that could (should?) be stored in a session variable.

Cheers,
Kieran