Skip to main content
Inspiring
December 9, 2008
Question

Session Vars in URL

  • December 9, 2008
  • 2 replies
  • 392 views
In my site URLs I have CFID and CFTOKEN (and jsessionid in CF8) in my URL. Is there any way to get those to NOT show up?

Thanks!
    This topic has been closed for replies.

    2 replies

    kodemonkiAuthor
    Inspiring
    December 9, 2008
    Thank you!
    davidsimms
    Inspiring
    December 9, 2008
    They're probably showing up because you have a <CFLOCATION> tag without the addtoken="no" attribute in your code somewhere. Start with that. Also check your code for the use of the URLSessionFormat() function which will pass those through the URL.