These two web application belong to same domain for example(ctresearch.ccf.org). Can you give me more detail about how to create different sessions for above two web application which belong to same domain(ctresearch.ccf.org)?
Peter Lauri-2 wrote: > > 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 > > > -- View this message in context: http://www.nabble.com/Zend_Session%3A%3Astart%28%29-tp15729209s16154p15729304.html Sent from the Zend Framework mailing list archive at Nabble.com.
