Hi Justin,

Thx for the reply

Justin French wrote:

> using functions like session_start() and the registering of session
> variables ($_SESSION['something'] = "foo";) will establish/maintain a
> session.

Yes, I understand. Sessions need to be started. But once they have started, 
do I need to re-affirm the session on every page, or will it hold for a few 
pages, until the session-variables will be used again ...

> simply converting your files to .php and compiling with enable-trans-sid
> will not give you sessions.

... when I do this?

-- 
Kind regards,
Tim

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to