Skip to content
  • There are no suggestions because the search field is empty.

Starting a ProductCart Session

Please note: The contents of this article apply only to licensed versions of the ProductCart software. They do not apply to stores running as a hosted application under a ProductCart Live agreement.



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.