Got a server running Apache2/mod_perl2 and Mason.  Everything works 
fine, with one big exception.

%ARGS seems to be "holding on" to past values.  So if I hit 
/foo/bar/?param1=hello&param2=world, it seems to "remember" the query 
string and if I issue a totally separate request (even on a different 
browser), it "remembers" old values.

Very, very weird.  I've checked apache logs and the request is processed 
fine.  It's obviously something with Mason.  Reminds me of the old days 
of mod_perl if you didn't "use strict" -- it would cause variables to 
persist.

Any help is appreciated!!!


Dan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to