There is a Problem on the Sessions for computers behind a Firewall.
I have a Portal working on our colocation and I have the problem that at the office behind a firewall the Portal freezes after the 3th click.
I do not have the same problem on other sites with php, only that one.
If I desable the first line of code I have :
session_register("user","password") ;
It all works fine, but all my session aplications stop working properly.
Can somebody help please !!!
Thanks.