on 31/12/02 5:54 PM, electroteque ([EMAIL PROTECTED]) wrote:

> hi i've just started a job and they are sadly using php3 ,  what is the work
> around for the session handling limitation ? i have an authentication class
> which will not work now beause it cant handles sessions :|

I don't think there's a work-around that will be able to port your class
into the PHP3 environment.  Using PHP3 (in ye olde days) meant either:

a) rolling your own session handling system
b) using PHPLib, a library of files and document templates that include
session handling

Either way, you're probably talking about a pretty major redevelopment /
extension of your code to suit.

The easiest solution is to just upgrade or move to a host using PHP4...
really, it's been YEARS since PHP4, and I can't see any reason to hang
around with PHP3.


Good luck,

Justin


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

Reply via email to