Gossamer Forum
Quote Reply
bug with $IN->redirect ?
Alex,

Your CGI module is smart enough so that $IN->header() calls are not stacked, but if such a call is made before an $IN->redirect, the redirect never happens.

I had this happen during debugging for the logon-redirect, and it suddenly occured to me that this might be the problem.

It is. There can be no "print" or $IN->header lines before the $IN->redirect.

Bug? Or feature?? <G>


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread bug with $IN->redirect ? pugdog 2973 Mar 1, 2002, 2:48 AM
Thread Re: [pugdog] bug with $IN->redirect ?
Paul 2895 Mar 1, 2002, 2:52 AM
Thread Re: [RedRum] bug with $IN->redirect ?
pugdog 2911 Mar 1, 2002, 3:22 AM
Post Re: [pugdog] bug with $IN->redirect ?
Paul 2879 Mar 1, 2002, 3:31 AM
Thread Re: [pugdog] bug with $IN->redirect ?
Alex 2886 Mar 1, 2002, 10:21 AM
Post Re: [Alex] bug with $IN->redirect ?
pugdog 2891 Mar 1, 2002, 10:31 AM