hi, I use zend_session to manage session. I have this strange problem that i want to understand why it is happening.
I have one browser window1 where i login with my url. Now i open another window2 using navigation links and it resets session. In Window1 , i try to refresh , it keeps showing same screen , it should have reset the session globally. It almost seems like it is coming from some form of cache. But my browser do not have cache enabled. Is there anyplace zendframework enable the cache when same request comes successively?. Because even in the first window1 i go to another url and come back to old url by pasting it address bar , it reset the session. I have problem only when i try to get the same request successively , it does n't understand the session is reset. It almost seems like it never reaches the code. Anyone care to explain?. Thanks alexk -- View this message in context: http://www.nabble.com/session-problem-in-zend-framework-tp14580013s16154p14580013.html Sent from the Zend Framework mailing list archive at Nabble.com.
