See from my point of view,

You made one file as first.php as alogin page and then in second.php check that
the user is authorised or not. and set the value as $_session['user']

And one more file as check.php in which you check that session is set or not.
like (isset($_SESSION['user]) if it not true then redirect the page to first.php
as header("firs.php").

And now add this check.php in all the page as a include file at the starting of
your page. So it will check the session first of all then it will go to next page.

Thnx..

Ankur Dave
PHP Developer,INDIA


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
> 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

Reply via email to