We have a Composite C1 site and we need to be able to store a tracking cookie on each page request that contains a given query string parameter inside its request URL, e. g. http://ourC1Site/aPage?cookie_id=xxx-xxx-xxxxx.
This would be quite simple in an ASP .Net site by making all pages inherit from a custom base page and add the needed code to the base page's Init method, but I am not sure what would be the recommended way of doing it in C1. Any help would be much appreciated.
This would be quite simple in an ASP .Net site by making all pages inherit from a custom base page and add the needed code to the base page's Init method, but I am not sure what would be the recommended way of doing it in C1. Any help would be much appreciated.