holding session state with zend framework in iframe?

Posted by princyp on Stack Overflow See other posts from Stack Overflow or by princyp
Published on 2010-04-20T22:30:45Z Indexed on 2010/04/20 22:33 UTC
Read the original article Hit count: 234

I have a php site optimized for iphone, its currently running inside of an iframe in a uiwebview objective c wrapper. Everything currently works except for the sessions inside of the iframe, Im assuming this is due to the cross domain issue with iframes and sessions? my solution is to save the sessions to the db. Is this the best solution? Will this even solve my problem? should I use memcache instead? are there any good tutorials for doing this? I havent been able to find an easy to implement solution for saving the session data, im a bit confused by the bootstrap.php and I keep getting this error when I try to add session saving:

'no adapter found for Zend_Session_SaveHandler_DbTable'

any help would be greatly appreciated, thank you

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about php