Forums
(@vidovido)
15 years, 3 months ago
I got it fixed..
The problem is the Form session data. I have to set it to use $_session.
In order to use that i also have to change register_argc_argv in my php.ini to Off. Register globals was already off.
Thank you..