Date:  04/03/2012 08:45:49 PM Msg ID:  004427
From:  Joe Goldsmiith Thread:  004427
Subject:  FoxWeb and PHP session variables
 Hi all.
 
I have a FoxWeb application where I set a session variable such as Session.SetVar('gVID',M.vID) in an fwx page. This page then redirects to a php page using Response.Redirect("myapp.php?tType="+M.tType+"&myalias="+M.alias+"&First="+M.First+"&Last="+M.Last). This page then sets up an environment ending with an iframe to a 3rd party. The iframe is loaded, the user interacts with the page then chooses to close the application page. Upon closing there is a redirect to thanks.fwx page thanking the user using Response.Redirect("http://www.thanks.fwx")
 
Sooo, my question is how do I pass a session variable from an fwx to a php and then back to another fwx?
 
Any help is appreciated.
 
Joe