This may seem like a stupid question. If you set the expire time of a cookie when you 
enable it, why would you need to know when it expires? Am I missing something?

What is the reason to know when a cookie expires in your CF application?

Thanks,

KM

David Shadovitz wrote:

> Bud,
>
> I don't see support for that in CF.  Dump out the CF cookie structure (as
> of CF 4.5?) and see if 'expires' is available.
> <CFOUTPUT>
> <CFLOOP COLLECTION="#Cookie#" ITEM="thisKey">
>      #thisKey# = #Cookie[thisKey]#<BR>
>  </CFLOOP>
> </CFOUTPUT>
>
> > I take it then that there's no way to do it (get a cookie's 'expires'
> property) in ColdFusion.
>
> ________________________________________________________________
> YOU'RE PAYING TOO MUCH FOR THE INTERNET!
> Juno now offers FREE Internet Access!
> Try it today - there's no risk!  For your FREE software, visit:
> http://dl.www.juno.com/get/tagj.
> ------------------------------------------------------------------------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
>message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to