- 1,251 categories
- 40,829 scripts
- If you have a classic asp application that is not secured against SQL injection attacks then SecureRequest is the way to go! By replacing the original request object you have full control of all data that the user may manipulate. You can filter, ba...
- Categories
- Platforms
- Licenses
- Commercial License,
- Free Trial
- Caching is the process of storing frequently used data on the server to fulfill subsequent requests.You will discover that grabbing data or objects from memory is much faster than recreating the web pages or items contained in them from scratch.
A ...
- Categories
- Platforms
- Licenses
- Commercial License,
- Free for non-commercial use
- The Server object provides access to properties and methods on the server. Much of functionality it provides is simply functionality the web server itself uses in the normal processing of client requests and server responses. In this tutorial the syn...
- Categories
- Platforms
- Licenses
- The Session object stores information needed for a particular user''s session on the web server. It is automatically created every time when an ASP page from the web site or web application is requested by a user who does not already have a sess...
- Categories
- Platforms
- Licenses
- The Request object retrieves the values that the client browser passed to the server during an HTTP request. It is used to get information from the user. Using this object, you can dynamically create web pages and perform various server-side actions ...
- Categories
- Platforms
- Licenses