The information in this article applies to:
SUMMARYYou can improve the performance of your Web server by disabling the Active Server Pages (ASP) ASP session state. This article provides steps to disable session state from the server-side. MORE INFORMATION
The Web server automatically creates a Session object when a Web page from the application is requested by a user who does not already have a session. The server destroys the Session object when the session expires or is abandoned. These Session objects consume valuable resources. By turning off sessions, you can improve the performance and scalability of your ASP application. You can turn off session state either for the entire Web application or for specific ASP pages.
NOTES:
Session-less do not do the following:
Additional query words:
Keywords : kbASPObj kbGrpASP kbDSupport kbState |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |