Hi to all and sorry for my bad english, hope you can help me. I bought a zend program and now I need to integrate into it a my old php program. To do it (I don't know zend) I used an iframe, called from the zend page. Into the iframe there is my php program. Strange, but everythig works fine... but I have one problem.
I need to pass some variables from the zend page to my php native page, the 2 pages are on the same server, same domain. I cannot pass the variables with the classic url way, so I need to *open a session on the Zend page* and then *receive the variables on my session php page*. But I tried in any way, session start() does not work if used on the 2 pages, and the same if I use a correct session zend on the zend page and the session start() on the php page. Hope to be clear, any idea? Thx!! -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Session-from-Zend-page-to-php-native-page-tp3741161p3741161.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
