2 Replies Latest reply on Aug 12, 2009 10:38 PM by deanhiller2000

    in this case, can I get rid of cid param in url

    deanhiller2000

      I have a dummy page in a secure folder so users have to login first, then hit the dummy page which does a redirect like so....



           <head>
                 <meta http-equiv="Refresh" content="0; URL=company.xhtml"/>
           </head>
      



      When I do this though, it adds a cid=12 to the end of the url.  Is there any way to prevent this?  The page referring to the dummy page is an s:link with propagation=none