Re: Session problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Feb 16, 2006 at 12:37:14PM -0000, Dan Parry wrote:
> Here is the complete code from the class... it's just a modified version of
> that available from an article on the Zend site
> 
> <?
> 
> $ses_class = new session();
> 	ini_set("session.save_handler", "user");

You dont need to do this. session_set_save_handler() worries (if at
all) about that.

Curt.
-- 
cat .signature: No such file or directory

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux