> Regarding the same topic of session management, I am using 
> PHP 3.09 and when
> I call session_start() or $HTTP_SESSION_VARS['someVariable]
> I get :
> 
> Fatal error: Call to unsupported or undefined function session_start()
> 
> 
> So, my question is that: Is there any session management in 
> PHP3.09? If the
> answer is no, what weould be an alternative?

Native session management arrived with PHP 4.0. If you are stuck with 3.x,
you might look at PHPLIB, which has a session management class. The best
bet, IMHO, is to upgrade to 4.x, tho.

Kirk

-- 
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