> Hello,
>
> I'm working on a part of a website where the idea is to be able to embed a form on another website, and then process that form through Action controllers on a site built using the Zend Framework.
> I believe that I need to save the form in a session variable and redirect the user to the Action Controller, I'm just not that sure how to go about it. I haven't done much work with Sessions, or forms which will post the entered information into a session variable. Any tips would really be appreciated. I'm sort of in uncharted water with this.
What are you exactly trying to do?
Are you trying to generate some forms on a website and them processed
them on ZF based website? And then need information about inputs to
validate and filter them? If you do you could maybe serialize your form
object either in a database or in a session (depending on your use) and
then unserialize your form object to get full informations about how to
process it.
If you need to share sessions across several websites, you can use
memcache as a session handler and set up session.save_handler and
session.save_path, I did on portal where we had a lot of servers.
Maybe nfs or unionfs would do the trick too.
没有评论:
发表评论