temporary Posted January 23, 2008 Share Posted January 23, 2008 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.