
| email this FAQ to a colleague
Q: Is global.asa optional? A: Global.asa is NOT necessary and its elimination will NOT result in a cookie being sent for every page. Once a session variable is set no further cookies will be sent for that session. The optimal situation in which to do away with global.asa is when there is a default start point for every user, e.g., a login page or a homepage. You can place connection string and other session information there
and place a snippet of code at the top of every other page that redirects to the default page if a key session variable is empty. - Russ Whitehurst | Articles | | | Jul 31, 1997 - Creating a Category Site with ASP | | In this issue 15 Seconds implements a catalog site that is build with Active Server pages and SQL Server. Along with the implementation there is source code and a discussion of the advantages and disadvantages of creating a catalog site that gets its content from a database. Included are pages for displaying products, creating a menu page, category page, and running a search across a database. [Read This Article] [Top] |
| | Apr 22, 1997 - Active Server Components with VS 5.0 | | A rewrite of part one of a four-part series on Active Server objects. A simple example of creating a Active Server Component in Visual Studio 5.0 using the Active Template Library 2.0. The example component retrieves the user's cookie, if not available issues a new 128-bit cookie. Included in the issue is the source code and step by step instructions. This issue has been rewritten to illustrate the use of Visual Studio 5.0 and ATL 2.0 in writing Active Server Components. [Read This Article] [Top] |
|
|