Assuming your not re-using session variables, you might want to verify that your package names do not conflict and that your conditions for any redirects are not confused. I remember fighting this in a previous life.
B On Wednesday 17 January 2007 08:24, Perrin Harkins wrote: > On Tue, 2007-01-16 at 16:45 -0800, Will Fould wrote: > > I have a strange issue with a particular script that sometimes (often) > > generates a 302 to another script without a clear reason why. > > Are you saying that you don't have any code in the script that generates > redirects, but they sometimes happen anyway? That would mean you're > really getting them from somewhere else, like an auth handler or > mod_dir. > > - Perrin