I agree.  Note that the below will convert the cfid/cftoken to be
memory only cookie without the use of jssessionid

<!--- this is supposed to make the cfid/cftoken cookie expire when the
browser closes--->
<cfset Variables.cfid_local = Cookie.CFID>
<cfset Variables.cftoken_local = Cookie.CFTOKEN>
<cfcookie name="CFID" value="#Variables.cfid_local#">
<cfcookie name="CFTOKEN" value="#Variables.cftoken_local#">

DK

On 9/12/05, Barney Boisvert <[EMAIL PROTECTED]> wrote:
> I'm almost positive that those two cookies are unexpiring, because
> they're used for more than just session management.  The session
> timeout is performed on the server - after period X, the cookies are
> accepted, but not considered to be part of the session any more.  If
> you le J2EE sessions in the CF admin, then you'll use a jsessionid
> cookie, which is a memory-only cookie.
> 
> cheers,
> barneyb
> 
> On 9/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to clarify the expiration time for the Cookie.CFID and 
> > Cookie.CFTOKEN cookies created when a new session starts.  Is it the length 
> > of the time that is specified in the sessionmanagement attribute of the 
> > cfapplication tag?  If so, is this documented anywhere?
> >
> > I did find some documentation (on livedocs) on how to make the cookies 
> > automatically expire when the browser is closed, but I need to know what is 
> > actually happening when those cookies are created by CF and I need some 
> > documentation to back it up if at all possible.
> >
> > Thanks,
> >
> > Dave
> 
> --
> Barney Boisvert
> [EMAIL PROTECTED]
> 360.319.6145
> http://www.barneyb.com/
> 
> Got Gmail? I have 100 invites.
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217972
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to