Do the constants "intAdminMemberID" and "intCookieDuration" have to be constants? What are some of the reasons why they should be declared as constants?
The reason I ask is that I would like to run multiple sites using one set of code. By embedding some host checking code within the one config.asp file, this could be accomplished. What do you think?
That was the only reason I could think of. I was just wondering if there was any other. I think I can still do what I had planned regarding the multiple site via one set of code.