[thelist] Application Vars in ASP

Jason Handby jasonh at pavilion.co.uk
Thu Feb 13 10:55:02 CST 2003


Chris wrote:
> Thus using Session variables instead of cookies will not benefit users
> with cookies turned off and will increase server memory usage, making
> the application less scaleable.

Another scaleability issue: using ASP Session variables also fails on
load-balanced servers, where a user may not be served by the same web server
from one page to the next!



Jason




More information about the thelist mailing list