php-db | 2001051
Date: 05/11/01
- Next message: Jesse Scott: "Re: [PHP-DB] Cookie effect"
- Previous message: David Balatero: "[PHP-DB] Cookie effect"
- In reply to: David Balatero: "[PHP-DB] Cookie effect"
- Next in thread: Jesse Scott: "Re: [PHP-DB] Cookie effect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 11 May 2001, David Balatero wrote:
> I have a login script that sets a cookie on your hard drive...the only
> problem is, the cookie only comes into effect after I've clicked thru to
> another page from login.php...any ideas on this? My (abridged) code is
> currently:
>
> <?php
> header("Set-Cookie: LoggedIn=1; path=/;");
> header("Set-Cookie: GHSUserName=$username; path=/;");
> header("Set-Cookie: GHSUserID=$user_id; path=/;");
> ?>
Read:
http://www.php.net/manual/en/function.setcookie.php
Cheers.
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jesse Scott: "Re: [PHP-DB] Cookie effect"
- Previous message: David Balatero: "[PHP-DB] Cookie effect"
- In reply to: David Balatero: "[PHP-DB] Cookie effect"
- Next in thread: Jesse Scott: "Re: [PHP-DB] Cookie effect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

