thanks, it works!! i didint know that sessions was saved at disc...
2007/4/20, Darby Felton <[EMAIL PROTECTED]>:
Hi José, Ensure that in your php.ini the session.save_path directory is writable. If you do not have session.save_path in your php.ini, then set it to some directory (e.g., /tmp) and make sure the directory is writable. Best regards, Darby José de Menezes Soares Neto wrote: > I can't find this.... please, someone could help me?? where can I fix this?? > > > 2007/4/20, José de Menezes Soares Neto <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > i didnt find this. here could i look? > > the tutorial link: > http://akrabat.com/wp-content/uploads/getting-started-with-zend-auth_104.pdf > < http://akrabat.com/wp-content/uploads/getting-started-with-zend-auth_104.pdf > > > 2007/4/20, Matthew Weier O'Phinney <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > -- José de Menezes Soares Neto <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote > (on Friday, 20 April 2007, 01:09 PM -0300): > > does anybody knows what is happening here? (I am following the > zend_auth > > tutorial, but with smarty modifications) > > > > Fatal error: Uncaught exception 'Zend_Session_Exception' with > message > > 'Unwritable session.save_path: ' in > C:\www\projeto\lib\Zend\Session.php:212 > > There's the error right there. Check where your > session.save_path INI > setting points to, and make sure the directory is writable by > your web > server user. > > -- > Matthew Weier O'Phinney > PHP Developer | [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > Zend - The PHP Company | http://www.zend.com/ > > >
