Re: Apache::ASP doesn't initialize variables?

2000-05-27 Thread Joshua Chamas
Philip Mak wrote: I've noticed something peculiar with Apache::ASP. It does not seem to be initializing variables to 0. That is, if I load one ASP webpage that sets a variable to X, then in the next ASP webpage the variable is initialized to X instead of 0. Is this intended behavior, or is

Apache::ASP doesn't initialize variables?

2000-05-26 Thread Philip Mak
I've noticed something peculiar with Apache::ASP. It does not seem to be initializing variables to 0. That is, if I load one ASP webpage that sets a variable to X, then in the next ASP webpage the variable is initialized to X instead of 0. Is this intended behavior, or is it a bug? Also, I was