Tomás Rodriguez Orta wrote:
...
> what is the differnece between isset($_session['use']) and
> session_is_registered('user') ?
session_register() and session_is_registered() rely on the php.ini
directive register_globals. Register_globals *can* be an ugly monster
that gives crackers an easy
"Jason Barnett" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, April 05, 2005 2:58 PM
Subject: [PHP] Re: registering session with user and password
-
Este correo fue escaneado en busca de virus con el MDaemon
Tomás Rodriguez Orta wrote:
> Hi, people.
> I want to register all session of my web sitie, by the way in my index web I
> register all user with your username and password
> session_start();
> $_SESSION['username']=$username;
> session_register('username');
>
You should use $_SESSION *or* sessio
3 matches
Mail list logo