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, Quote Link to comment https://forums.phpfreaks.com/topic/87400-zend-session/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.