Search found 3 matches

by tcardoso
Mon Feb 11, 2008 2:42 pm
Forum: PHP - Code
Topic: Prevent multi-session
Replies: 6
Views: 206

Re: Prevent multi-session

Well, but the last login would stay active, not the old.

And using tabs, users don't have to login again.
by tcardoso
Mon Feb 11, 2008 2:20 pm
Forum: PHP - Code
Topic: Proxy detecter
Replies: 1
Views: 107

Proxy detecter

Hi, Don't want to abuse the forum, but its a completely different subject and it could be very useful for future users doubts. Do anyone know any good piece of PHP proxy detecter (not the ones on the web, I test them all and none work on modern proxies). Or does anyone know any online service to det...
by tcardoso
Mon Feb 11, 2008 2:04 pm
Forum: PHP - Code
Topic: Prevent multi-session
Replies: 6
Views: 206

Prevent multi-session

Hi,

I want to catch multi-session and logout who makes it. Like if you are working on a Firefox browser and if you login on a IE browser, the first session has to be disabled. Same thing on tabs on firefox, etc...

Only one window session active! How can I do it?

Thanks