From: Bharath T. <bh...@mv...> - 2005-09-14 05:21:08
|
I have the java bridge setup as a webapp on tomcat. When I post a request to a php bridge in the webapp, for some reason the post variables seem to be lost. Get variables are reaching correctly. To reproduce the problem drop the attached php file to the JavaBridge web app on tomcat. A session value is hard coded into the script. A GET value is also hardcoded. Enter text into the text box to simulate POST vars. The ideal output should be similiar to the one below:=20 POST Vars=20 Array ( [username] =3D> whateveryoutypedin )=20 GET Vars=20 Array ( [temp] =3D> 1 )=20 Session Vars=20 Array ( [tempvar] =3D> temp value ) I have also added phpinfo() to see what we get. Don't see a _POST var Any idea? Regards Bharath |