Quoting Cristi Barladeanu <[EMAIL PROTECTED]>:

> Greetings
> 
> My problem is pretty simple. User enters the site, logins, and after 
> that he hits ctrl+n or something, to open a new window from same 
PHP can not track the events at the client side.

I think it is not possible , But you may try the combination of
javascript and php to do so
Following function may be usefull

session_regenerate_id();

See the manual for it.
 
Zareef ahmed 

> browser. Can I make him to login again in the new window but to keep 
> him logged in the old one?
> 
> Now i'm using sessions, but i realise that the cookies set by them are

> related to browser, so every window use them.
> 
> I hope you will understand what i mean.
> 
> Cheers,
> Cristi
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




------------------------------------------------------------------------
--
Zareef Ahmed :: A PHP develoepr in Delhi ( India )
Homepage :: http://www.zasaifi.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to