Using Zend session with an HTML framset

Trying to incorporate a Zend session on a page being viewed as part of a frameset caused me a headache yesterday.

I couldn’t understand how everytime I refreshed the page to try and test the session it seemed to be reset. Var_dumping the session before and after the data was getting assigned showed that everything was getting stored as expected, but each time the page loaded, the session returned NULL again. Continue reading “Using Zend session with an HTML framset”