Ralph Schindler-2 wrote: > > Somehow you have a class called 'Member' inside your session. When > Zend_Session starts up, it is attempting to autoload the 'Member' > object, thus, the autoloader will attempt to autoload Member.php from > your include_path. > > Do you have any classes called Member anywhere in your code base? Is > there any place they might be getting set into the session somehow? > > -ralph >
Thanks a lot, Ralph. Seems like I had an old session stored. I never close my browser and only puts my computer on sleep. So localhost probably had a pretty old session stored from "back in the days" when I had the other code running. I just closed my browser and removed the session and now everything seems to work like it should. Thanks a lot again ;) -- View this message in context: http://www.nabble.com/Big-session-problems---Zend_Auth-tp23359336p23412157.html Sent from the Zend Framework mailing list archive at Nabble.com.
