1 Reply Latest reply on May 12, 2008 5:27 PM by pmuir

    Starting a convo, depending on the user agent

    ericjava.eric.chiralsoftware.net

      Here's a strange question:


      I have some pages that have a begin-conversation command in the pages.xml file, so that a conversation starts immediately upon a GET request.  I need this functionality for these pages.  In fact, I want all visitors to the site to have conversations so I can use the conversation to log which sequence of pages they browse to.


      This is fine, except that all my pages get a cid=4484 type parameter added to them.  I don't want search engines to see that.  In fact I never want to start a convo for a search engine visitor; it makes no sense to do that.


      Could anyone provide some hints on how to approach this?


      Thanks