Re: [PHP] newbie@session - please help!

2001-04-03 Thread Plutarck
In your code, if $PHPSESSID is set then you'll need to invoke session_start() anyway. session_start() initializes all session variables to what they should be so that you can access them. Note: If someone submits the variable $name which is "Ted", and in their session they have a variable called

[PHP] newbie@session - please help!

2001-04-02 Thread David Tandberg-Johansen
Hello! After confering with the this group earlier I got some hints on where to find som tutorials on sessions. But I am still confused about some things. Have I under stood it right: #session.php #END session.php And then I include the session.php in all the files I need to use session in