[thelist] ASP - Login Validation

Warden, Matt mwarden at mattwarden.com
Thu Apr 11 13:22:01 CDT 2002


On Apr 11, Ken Kogler had something to say about RE: [thelist] ASP - Login...

>You should know though, that your code could cause problems down the
>road. Note that you're redirecting the user BEFORE you close the
>connections and do the "set conn = null" lines. That means they're never
>getting cleared from the server's memory,

Hogwash! MTS closes the connections after they're no longer needed.

However, it's good practice to close connections after you're done with
them because (a) you're not relying on something else to do it for you,
and (b) they're closed immediately, and not when the script terminates or
the like.



--
mattwarden
mattwarden.com




More information about the thelist mailing list