On Thu, 2008-02-28 at 14:01 +1000, Steven Brown wrote: > I have two web applications, they need to open within one instance of > firefox by open another new tab, these two web application use > Zend_Session::start() to start their own sessions. It seems the two > web > application sessions may conflict with each other causing the web > application can not work correctly. Is there anyway to solve this > problem? > Thanks in advance.
You could create your own session object that separate the two of them with some identifier you can pass via url or similar. But I guess there is something built in in Zend already to arrange with this. /Peter
