Hi:
I have a php module that uses a session variable. After a submit, the contols goes to another module that also uses the session variable. When the second module ends, it post again the info to the first module, that checks again the session variable.
This works fine on an environment W2000/IE5/N4/N6.
However, i got a problem when I run it under Mac OSX/Apache/Mac IE5 (on W2000 IE5/N4 it works fine).
The problem is that the first module, detects the session variable. The second also detects it, but when the control returns to the first module, the variable has losed it´s value (it exists, I can see it in the session file on the server, but the value is not correct).
I verified the options in the mac browser. The cookies are allowed.
What can be hapening ?
Thanks a lot