Zend_Session_Namespace doesn't seem to abide by the session.save_path ini 
setting.
My ini includes this:  resources.session.save_path = APPLICATION_PATH 
"/../data/session"

My bootstrap does this:  Zend_Session::start();

And my controller does this:  $s = new Zend_Session_Namespace('test');

However, my sessions still get stored to /tmp. Is this the intended behavior?

_________________________________________________________________
Express your personality in color! Preview and select themes for HotmailĀ®. 
http://www.windowslive-hotmail.com/LearnMore/personalize.aspx?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_express:082009

Reply via email to