When does cookie created by cfcookie without expires attribute expire?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CF FAN
    New Member
    • Mar 2008
    • 50

    When does cookie created by cfcookie without expires attribute expire?

    When will the cookie created by the following tag expire?
    <CFCOOKIE name=”bgcolor1” value= “bgcolor1”>
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    If the expires attribute is not specified, it's a session-only cookie which will expire when the user closes the browser.

    Comment

    • CF FAN
      New Member
      • Mar 2008
      • 50

      #3
      Ok thankssssssssss ssssss

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        You're welcome :)

        Comment

        Working...