Jump to content

Error: Your script possibly relies on a session side-effec

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
smith

smith

    Programmer

  • Members
  • PipPipPipPip
  • 153 posts
Anyone know what would cause this error?

Warning: Unknown: Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0

What is a "session side-effect"?

for (int i;;) {

   cout << "Smith";

}


#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Can you post the code?

#3
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I believe you have a session variable with the same name as a global variable.