Show us your code and don't copy straight from books. ;-)
----- Original Message -----
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "Martin Hudec" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, December 05, 2002 7:57 AM
Subject: Re: [PHP] sessions
> > i have one script (index.php) which displays information (menu items)
> > based on result from function check_valid_user(). This function checks
> > if there is session_is_registered("valid_user").
> >
> > second script is for login.....it saves into session
> > session_register("valid_user").....then it reloads parent window
> > (index.php), which will then again check validity of user...but it
> > does not work.....
> >
> > does anyone know why?
>
> Yes... my magic PHP 8-ball says you are missing a semi-colon, period, or
> quote, or your logic is wrong and something isn't working...
>
> ---John Holmes...
>
> PS: :) Show us your code so we can see what's going on.
>
>
> --
> 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