in reply to IIS 6 x64 CGI variable problem

Any ideas on what I need to fix/check for?

Everything, first thing, make sure you're not using CGI.pm's sticky form values feature....

Replies are listed 'Best First'.
Re^2: IIS 6 x64 CGI variable problem
by karlk123 (Novice) on Dec 24, 2010 at 18:46 UTC
    Hmm .. how would I know if I'm using that? And if so, why does it work fine on a 32 bit Apache and IIS6 system, but not the IIS6 x64 system?
      Hmm .. how would I know if I'm using that?

      By checking your source code to see if you disabled this feature, refer to the manual for how its enabled/disabled

      And if so, why does it work fine on a 32 bit Apache and IIS6 system, but not the IIS6 x64 system?

      Impossible to say, for all I know of IIS6, it could be an IIS6 feature

        I tried the "nosticky" parameter and that does not change the functionality. Thanks for the thought.