You are here: The ProductCart Encyclopedia » ProductCart Developers' Corner » Starting a ProductCart Session
Starting a ProductCart Session
If you are customizing ProductCart or integrating the shopping cart with another ASP application, you may need to start a ProductCart session outside of the default storefront files that already do so. ProductCart starts a user session on a variety of storefront pages.
This is done by including the file pc/pcStartSession.asp.
ProductCart does not use global.asa files due to the potential conflicts that the use of global.asa might create with other applications that are already running on the Web server.
Trace: » Starting a ProductCart Session