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

how to avoid persistent cookie sets 30 years expiration

New Here ,
Mar 30, 2009 Mar 30, 2009

Copy link to clipboard

Copied

We are using coldfusion version 6.1. In one of our login, we configured the variables in Application.cfm which sets expiration by default to NEVER, I guess. The below is tag we used in one of our Application.cfm.

<CFAPPLICATION NAME="pm"
SESSIONMANAGEMENT="yes"
SESSIONTIMEOUT="#CreateTimeSpan(0,0,30,0)#"
APPLICATIONTIMEOUT="#CreateTimeSpan(0,0,30,0)#" setdomaincookies="Yes">

I want to be the expiration removed after closing the browser or I can set the date to be 1 day or something like that.

Would anyone please throw some light on this?

Views

509

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
LEGEND ,
Mar 30, 2009 Mar 30, 2009

Copy link to clipboard

Copied

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_17915

Cover this concept in good detail, if horribly formated, at least in my
browser.

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
New Here ,
Mar 31, 2009 Mar 31, 2009

Copy link to clipboard

Copied

I would appreciate you on this. its now working as i expected.

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
LEGEND ,
Apr 01, 2009 Apr 01, 2009

Copy link to clipboard

Copied

LATEST
pdkt622001 wrote:
> I would appreciate you on this. its now working as i expected.

So how is it working, how did you expect it to work and just what the
heck is *'it'* that you did?

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