> Try to make a small new script that only contains a form and a session.
> Then try a from with the same field names as the variable names.
> name='test' => $_SESSION['test'].
> When the session data is overwritten by the second try, registerglobals is
> switchd on.
> The thing you can do then is
Try to make a small new script that only contains a form and a session.
Then try a from with the same field names as the variable names.
name='test' => $_SESSION['test'].
When the session data is overwritten by the second try, registerglobals is
switchd on.
The thing you can do then is to rename yo
I may be wrong --- I am now wondering if some how I am giving a command
elsewhere in the script that is causing the $_session[''] variables to
dump. If anyone is really good at using these could you e-mail me
directly so I could get further help? Ron
On Sun, 2006-03-12 at 15:17 -0500, Ron Piggot