just discover - session by cookie sucks!!!!

using db session handling it is better!

Rom
----- Original Message -----
From: Romulo Roberto Pereira <[EMAIL PROTECTED]>
To: php-general <[EMAIL PROTECTED]>
Sent: Thursday, January 18, 2001 1:39 AM
Subject: [PHP] fast question about session_start


Hello!

Two scripts: first.php and second.php

I am a little bit confused... since I session_start() in first.php, I will
need to session_start() in second.php also?

first.php

<?
session_start();

session_register ("data01");

header("Location: second.php")

?>

thank you,

Rom



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to