Create an account to edit articles | See Formatting Syntax for Wiki syntax | We look forward to your contribution!

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.