Using forms and "post" or "get" without messing with "DBGSESSID=##@clienthost:####" in the query string
Posted May 11th, 2008 by mkamioner
Hello All,
First off, I apologize if such a post has been made before. I couldn't find anything but I would imagine this is a common problem.
When I use forms in my project and it requires the data to use post or get it messes with the string above that holds the details necessary for running the php. Can anyone share a solution?
Thanks
Michael


You only need this for the
You only need this for the first request since after that the cookie is set.
One thing you could do is create a redirect page that becomes your start page just for the purpose to handle the DBG query string and set the cookie. After that you should be all set with the debug cookie.