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.

Reply via email to