I am tearing my hair out trying to reproduce a problem. The one client
user who has this problem is running IE6 on WinXP Pro.
I tried reproducing the problem in Opera, Mozilla, IE5 on Win2k, IE6 on
Win2k, but no luck.
Here is the problem:
Occasionally, either SESSION data or HTTP POST data is lost. Poof! It
just disappears, with the exception of the PHPSESSID, which leads me to
think it is NOT a session problem.
Unfortunately, I cannot reproduce the problem, so am at a loss on what
details to give that would help. My only hope is that someone else,
somewhere, has experienced a similar symptom, and solved it!
Here is as much relevant data as I can think of:
* I am using Editize, and integrated WYSIWYG HTML editor in place of a
textarea.
* I am using sessions.
* Server is PHP Version 4.3.3, Apache 1.3.27, Red Hat 9
* The symptom occurs when the user goes to an update form (HTML form),
fills in the information and clicks submit. I have been able to verify
that ONLY the PHPSESSID is getting passed from the form. All the other
form vars just disappear!
* I use $_REQUEST in the PHP script that processes the form.
I can't think of anything else. If anyone can help me on this, I'll give
them a present! (Nothing big; maybe a cookie or something.)
Thank you in advance.
--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/
user who has this problem is running IE6 on WinXP Pro.
I tried reproducing the problem in Opera, Mozilla, IE5 on Win2k, IE6 on
Win2k, but no luck.
Here is the problem:
Occasionally, either SESSION data or HTTP POST data is lost. Poof! It
just disappears, with the exception of the PHPSESSID, which leads me to
think it is NOT a session problem.
Unfortunately, I cannot reproduce the problem, so am at a loss on what
details to give that would help. My only hope is that someone else,
somewhere, has experienced a similar symptom, and solved it!
Here is as much relevant data as I can think of:
* I am using Editize, and integrated WYSIWYG HTML editor in place of a
textarea.
* I am using sessions.
* Server is PHP Version 4.3.3, Apache 1.3.27, Red Hat 9
* The symptom occurs when the user goes to an update form (HTML form),
fills in the information and clicks submit. I have been able to verify
that ONLY the PHPSESSID is getting passed from the form. All the other
form vars just disappear!
* I use $_REQUEST in the PHP script that processes the form.
I can't think of anything else. If anyone can help me on this, I'll give
them a present! (Nothing big; maybe a cookie or something.)
Thank you in advance.
--
Jeffrey D. Silverman | jeffrey AT jhu DOT edu
Website | http://www.wse.jhu.edu/newtnotes/
Comment