Jump to content

Zend Session


temporary

Recommended Posts

Hi,

 

I'm having problems with Zend_Session

 

I'm getting this error message

 

Fatal error: Cannot use object of type Zend_Session_Namespace as array

 

And I have no idea why.

 

On my local server, 5.2.5 everything goes fine, but when testing it on a web server (5.2.5) i get the error.

 

Here his the code

 

$session= new Zend_Session_Namespace ( 'session' );
$session->online = 1;

 

 

Regards,

 

 

Link to comment
https://forums.phpfreaks.com/topic/87400-zend-session/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.