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

Dreamweaver cs5 CFID /CFToken

New Here ,
Apr 30, 2020 Apr 30, 2020

Copy link to clipboard

Copied

I have Dreamweaver cs5.  It has worked fine for many years.  But this year (2020) I can make changes, upload my changes, but the changes are not shown in any web browser.  My web host says the problem in in the configuring of CFID abd CFToken.  I can not see what is wrong. Code from my Application.cfm 

 

<cfapplication name="jamestownclassic"
clientmanagement="No"
SESSIONMANAGEMENT="Yes">
<!--- Code for logging out users who close the browser. --->
<cfif IsDefined("Cookie.CFID") AND IsDefined("Cookie.CFTOKEN")>
  <cfset localCFID = Cookie.CFID>
  <cfset localCFTOKEN = Cookie.CFTOKEN>
  <cfcookie name="CFID" value="#localCFID#">
  <cfcookie name="CFTOKEN" value="#localCFTOKEN#">
</cfif>Can anyone tellme what is wrong?

Views

251

Translate

Translate

Report

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
Community Expert ,
Apr 30, 2020 Apr 30, 2020

Copy link to clipboard

Copied

LATEST

Shouldn't you be asking this in Cold Fusion or ColdFusion Builder forums?

https://community.adobe.com/t5/coldfusion/bd-p/coldfusion

https://www.adobe.com/products/coldfusion-builder.html

 

Nancy O'Shea— Product User, Community Expert & Moderator
Alt-Web Design & Publishing ~ Web : Print : Graphics : Media

Votes

Translate

Translate

Report

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