Jump to content

$_SESSION param value is getting changed to spacer.gif


marvelous_mogli

Recommended Posts

Hi,

 

I've a peice of PHP script to track the movement between pages.

 

On x.php I'm creating a session variable named 'mypage' and assigning it the $_SERVER['SCRIPT_URI']

This peice of code is present in almost every page except signin.php

 

The value remains fine on all pages.

 

But, when I access signin.php the session variable's value is getting changed to spacer.gif

 

What could be causing this? Is there a known problem? BTW, Rewrite engine is on.

There are url re-writing rules active. But none of them have anything to do with spacer.gif

 

Any help?

Well, somewhere along the line this variabe is getting overridden. I'de say youve got the task of sifting through all your code looking for the place where that might happen.

 

I don't see any common issue here providing register globals are off as you say.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.