> Thanks everyone, doesn't look like there's a solution to this...
> 
> Sean

Well aren't we negative!  Give this a try:

<CFAPPLICATION NAME="foo" SESSIONMANAGEMENT="Yes" CLIENTMANAGEMENT="Yes"
SETCLIENTCOOKIES="No">

<CFIF NOT IsDefined("Cookie.CFID")>
        <CFCOOKIE NAME="CFID" VALUE="#Session.CFID#">
        <CFCOOKIE NAME="CFTOKEN" VALUE="#Session.CFTOKEN#">
</CFIF>

Seems to work okay.

__
 Erik Voldengen     231 W Giaconda Way, Ste 113
 Lead Developer     Tucson, Arizona 85704
 HMweb              520-742-2611 ext. 111
                    www.HMweb.com
                    


> -----Original Message-----
> From: Sean Kozey [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 05, 2000 10:19 AM
> To: [EMAIL PROTECTED]
> Subject: RE: but urgent! Setting Cookies that aren't stored 
> on a user's
> hard drive?
> 
> 
> 
> > -----Original Message-----
> > From: Chapman, Katrina [mailto:[EMAIL PROTECTED]]
> > Sent: September 5, 2000 13:08 PM
> > To: [EMAIL PROTECTED]
> > Subject: RE: but urgent! Setting Cookies that aren't stored 
> on a user's
> > hard drive?
> >
> >
> > One problem with this Fred.  CFID and CFTOKEN are still set 
> on the client
> > machine.  That's how the server know's which rows to pull from
> > the database
> > for the rest of the variables.
> >
> >
> > --K
> >
> > -----Original Message-----
> > From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 05, 2000 7:27 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: but urgent! Setting Cookies that aren't stored 
> on a user's
> > hard drive?
> >
> >
> > You wouldn't happened to be using SQL7 or Oracle.  If so 
> why not scope
> > everything to client and have it stored in the SQL Server.  
> Problems with
> > this are if you try to store anything that's not a simple 
> value (i.e.
> > Structures) then you'll have to store those as WDDX packets and
> > deserialize
> > them.
> >
> > Fred
> >
> > ----- Original Message -----
> > From: "Sean Kozey" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, September 05, 2000 9:13 AM
> > Subject: OT: but urgent! Setting Cookies that aren't stored on a
> > user's hard
> > drive?
> >
> >
> > > Sorry about the OT question, but we've got an urgent 
> problem and perhaps
> > > someone has run into this situation...
> > >
> > > Despite the specification and instructions to the client 
> that indicated
> > > cookies are required for this project we're working on, 
> the client has
> > > rolled out an upgrade to Win2k accross 300 laptops with IE 5.x
> > and cookies
> > > disabled.
> > >
> > > Now they want to set it enabling only session-based 
> cookies, not hard
> > drive
> > > stored cookies. I've tried this but so far it doesn't work for the
> > > CFID/CFToken cookies.
> > >
> > > Is there any way to get these cookies to be session-based?
> > >
> > > Thanks,
> > >
> > > Sean Kozey
> > > President, Cybergod
> > > Tc43 Inc.
> > > 67 Mowat Ave. Suite 336
> > > Toronto, ON Canada
> > > m6k3e3
> > > tel: 416.588.7162
> > > [EMAIL PROTECTED]
> > > http://www.tc43.net
> > >
> > >
> > 
> --------------------------------------------------------------
> ------------
> > ----
> > > To Unsubscribe visit
> > 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
>
> ------------------------------------------------------------------
> ----------
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> ------------------------------------------------------------------
> ------------
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

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

Reply via email to