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

CF10 Requires too frequent login. How to extend the time between logins. Worked fine in CF8

New Here ,
Jan 19, 2015 Jan 19, 2015

CF10 Requires too frequent login.  How to extend the time between logins.  Worked fine in CF8

594
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
Advocate ,
Jan 20, 2015 Jan 20, 2015

What login are you referring too?

With most of the session logins they are limited to 20 minutes by default, when application specific time-outs are not specified, in the Coldfusion Administrator. Increasing this time may extend the time it takes to log you out, but this will apply to all sessions  through out that don't have the time specified so make sure it doesnt impact somewhere else first.


Take a look at  Configuring and using session variables - ColdFusion, English documentation - Adobe Learning Resourc...  for more info

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
Community Expert ,
Jan 20, 2015 Jan 20, 2015
LATEST

Peachtree480 wrote:

CF10 Requires too frequent login.  How to extend the time between logins.  Worked fine in CF8

<!--- With this code, ColdFusion will log user out if he has been inactive for 1200 seconds --->

<cflogin idleTimeout="1200">

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