dave_apache_asp wrote: > I'm experiencing some weirdness: > > If a user logs in successfully, then logs out, then follows the login > link from the front page again, the login page acts as if it just > received the previous (successful) form submission and logs the user > in without a new form submission, but the Form object should really > be empty at this point since this Request originates from a simple > hyperlink. > > Here's the kicker: I can make everything behave perfectly by simply > `touch`ing the login page immediately before submitting its form or > following the login link. Something seems to be associating Requests > for files with their accompanying data and binding so tightly that > new Requests for the same files can't erase or replace the original > data. Updating the files' timestamps forces proper behavior though. >
This sounds like a my closure problem... things like defining subs in scripts or XMLSubs in global.asa can help create these problems. Setting PerlSetVar UseStrict and PerlWarn can help catch these problems. Please see http://www.apache-asp.org/style.html#Do%20not%20definc430b103 for a bit more on this topic. If you have a brief code sample we can look at that reproduces this problem, & you still need help, please post it. Regards, Josh ________________________________________________________________ Josh Chamas, Founder phone:925-552-0128 Chamas Enterprises Inc. http://www.chamas.com NodeWorks Link Checking http://www.nodeworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
