Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Session Vars in URL

Engaged ,
Dec 09, 2008 Dec 09, 2008
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!
332
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 09, 2008 Dec 09, 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.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Dec 09, 2008 Dec 09, 2008
LATEST
Thank you!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources