Connecting Tech Pros Worldwide Help | Site Map

When does cookie created by cfcookie without expires attribute expire?

Member
 
Join Date: Mar 2008
Location: INDIA
Posts: 50
#1: Jun 7 '08
When will the cookie created by the following tag expire?
<CFCOOKIE name=”bgcolor1” value= “bgcolor1”>
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#2: Jun 7 '08

re: When does cookie created by cfcookie without expires attribute expire?


If the expires attribute is not specified, it's a session-only cookie which will expire when the user closes the browser.
Member
 
Join Date: Mar 2008
Location: INDIA
Posts: 50
#3: Jun 9 '08

re: When does cookie created by cfcookie without expires attribute expire?


Ok thankssssssssssssssss
acoder's Avatar
Site Moderator
 
Join Date: Nov 2006
Location: UK
Posts: 14,581
#4: Jun 9 '08

re: When does cookie created by cfcookie without expires attribute expire?


You're welcome :)
Reply