' Copyright (C) 1995-2003 ComCity Corporation. All Rights Reserved. SalesCart Family of Products. ' ' File: global.asa ' Revision: 5 ' ASP file that controls application and session-wide variables ' ' DO NOT CHANGE- UNLESS YOU REALLY KNOW WHAT YOU'RE DOING! ' Sub Application_OnStart End Sub Sub Application_OnEnd End Sub Sub Session_OnStart '==SalesCart Start== '==SalesCart End== End Sub Sub Session_OnEnd End Sub