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

We are unable save setting in CF Admin using the ColdFusion(2018) administrator window

New Here ,
Jun 25, 2022 Jun 25, 2022

Copy link to clipboard

Copied

We are getting below message in error log:

"There was an error while verifying the token. Either the session timed out or un-authenticated access is suspected."

When ever we are trying to update any setting or create new scheduler/gateway, it is redirecting us to login page.

Error While Updating any setting in CF Admin

Views

105

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 ,
Jun 25, 2022 Jun 25, 2022

Copy link to clipboard

Copied

Clear your cookies for the site (localhost or whatever it is). You may have a duplicate cfid or cftoken cookie.

 

If you have reason not to want to, you can prove if this is the issue by changing the domain to an ip, or vice-versa (so localhost to 127.0.0.1).

 

Or you could try your admin from a different browser. 

 

Let us know how it goes. 


/Charlie (troubleshooter, carehart.org)

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
Community Expert ,
Jul 03, 2022 Jul 03, 2022

Copy link to clipboard

Copied

LATEST

Store the following code as a CFM page and launch it in the browser. If all goes as expected, it will open the ColdFusion Administrator page.

<!---Rotate the session and log in to Coldfusion Administrator. --->
<cfset sessionRotate()>
<cfset  createObject("component","cfide.adminapi.administrator").login("Your_CFAdmin_Password")>
 
<!--- Redirect to the ColdFusion Administrator page --->
<cflocation url="http://127.0.0.1:8500/CFIDE/administrator/index.cfm">

 

Now, log in.

 

 

 

 

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
Resources
Documentation