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

Extending Session Timeout After it's Initialized

New Here ,
May 01, 2009 May 01, 2009

Is this possible?  If so, how can you do it?

627
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

correct answers 1 Correct answer

Valorous Hero , May 01, 2009 May 01, 2009

At any spot that an <cfapplicaiton sessionTimeout=""...> tag or this.sessionTimeout="" property in a Applicaiton.cfc pseudo constructor is run the session time out will be set to the new value, as long as the value is set within the maximum allowed by the Administrator setting.

But this, in itself, does not restart the session time out clock accept of course that a request was run to do this and that request did reset the timeout countdown.

Translate
Valorous Hero ,
May 01, 2009 May 01, 2009
LATEST

At any spot that an <cfapplicaiton sessionTimeout=""...> tag or this.sessionTimeout="" property in a Applicaiton.cfc pseudo constructor is run the session time out will be set to the new value, as long as the value is set within the maximum allowed by the Administrator setting.

But this, in itself, does not restart the session time out clock accept of course that a request was run to do this and that request did reset the timeout countdown.

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