Elia C. (2010-05-07): > Hi all, > > I have this problem that I hope you can help me to solve: > I have develop an application with Zend Framework Library 1.6.2 > where all begin from a login page. > The problem, in pratice, is that if I click on a link and, during the page > loading I click on another link and the application (or the framework) > de-autenticate myself and I put me back on Login Page. > > Note: almost all the page are the result of and database (mysql) query > elaboration. > > Wich is the problem and how can I solve it? > Some suggestion? > > Thank you !!!
Could it be that you are regenerating the session id on every request? -- Damián Farina XoomCode
