|
|
| Data Storage [+] Favor-It | |
| |
 |
| | Sort By:
|
There are times when you just want to log any data being passed to a page via a post operation (since using a get operation exposes the data as part of the querystring) and store it for later review, which oddly enough is exactly what this script does. Author: EvolvedCode Code: ASP 3.0 & VBScript |
In this article, I’ll explore strategies for managing transient application state using ASP. The concept of maintaining data for a specific user or application over a series of HTTP requests often poses some interesting problems. Author: Keith Cox Code: ASP 2.0 & VBScript |
Sometimes it is best to use named constants from adovbs.inc instead of numeric constants, (granted, adovbs.inc isn't complete and requires some add'l tweaking from time-to-time), but it does have its advantages. Author: Charles Carroll Code: ASP 3.0 & VBScript |
|  | |
Do not store any COM objects in a Session() variable because of memory waste and threading issues. Do not store any COM objects in an Application() variable unless the reasons are excellent because of concurrent access issues. Author: Charles Carroll Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|