zend framework storing sessions in database for iframe use?

Posted by princyp on Stack Overflow See other posts from Stack Overflow or by princyp
Published on 2010-04-20T20:31:33Z Indexed on 2010/04/20 20:33 UTC
Read the original article Hit count: 148

I have a site im running through an iframe in a uiwebview for a native iphone app, the problem is that I guess since the iframe and the html page are on different servers the session will not keep its state. My thought is to store the session data to the database and then just use the stored session data. Is this possible? If so can anyone send me to a guide on how to set up stored sessions with zend framework, I can't seem to find a good example. thanks

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about iphone