Sure. The page is the root one of the website, index.cfm,
and the CF part looks like:-)

     <CFINCLUDE TEMPLATE="/#request.CFroot#/app_locals.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/qry_RandWord.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_firstMAIN.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_heading.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_bluebar.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_NewPageone.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/dsp_footer.cfm">
     <CFINCLUDE TEMPLATE="/#request.CFroot#/act_FormFocus.cfm">

app_globals.cfm (which is CFINCLUDED in app_locals.cfm) includes the following:

<
         CFAPPLICATION CLIENTMANAGEMENT="Yes"
         SESSIONMANAGEMENT="Yes"
         SETCLIENTCOOKIES="Yes"
         NAME="SYP"
         CLIENTSTORAGE="CVR"
 >

CFID & CFTOKEN are appended when the website is first accessed at the root, 
but not when subsequent pages are accessed (even if the subsequent page is 
the root).  Happens with both Internet Exploder & NetScrape.

best,  paul

PS> Can't show you the URL.  Website not yet released.


At 04:03 PM 8/14/00 -0700, you wrote:
>Well then can we see the offending code?  Both the posting page and the
>processing pages please.
>
>--K
>
>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
>Sent: Monday, August 14, 2000 3:57 PM
>To: [EMAIL PROTECTED]
>Subject: RE: session.basket URL
>
>
>Well, there's no CFLOCATION.
>
>best,  paul
>
>
>At 03:07 PM 8/14/00 -0700, you wrote:
> >Actually Paul it's when you don't specify "addtoken="no""
> >
> >If you just have
> >
> ><cflocation url="foo.htm">
> >
> >you'll get the cfid and cftoken in the URL.
> >
> >If you
> >
> ><cflocation url="foo.htm" addtoken="no">
> >
> >You won't.
> >
> >--K
> >
> >-----Original Message-----
> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> >Sent: Monday, August 14, 2000 2:10 PM
> >To: [EMAIL PROTECTED]
> >Subject: RE: session.basket URL
> >
> >
> >Nope.
> >
> >I have "Accept all cookies" checked in NetScrape 4.51.
> >
> >best,  paul
> >
> >At 01:14 PM 8/14/00 -0700, you wrote:
> >
> > >When the client has cookies disabled.
> > >
> > > > -----Original Message-----
> > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> > > > Sent: Monday, August 14, 2000 1:09 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: RE: session.basket URL
> > > >
> > > >
> > > > What causes appending when there's no CFLOCATION?
> > > >
> > > > best,  paul
> > > >
> > > > At 03:32 PM 8/14/00 -0400, you wrote:
> > > > >Client variables with CFLOCATION behavior:
> > > > >When using CFLOCATION to redirect to a path that contains
> > > > .DBM or .CFM, the
> > > > >Client.URLToken is automatically appended to the URL.
> > > >
> > > > --------------------------------------------------------------
> > > > ----------------
> > > > Archives: http://www.mail-archive.com/[email protected]/
> > > > To Unsubscribe visit
> > > > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> > >s/cf_talk or send a message to [EMAIL PROTECTED] with
> > >'unsubscribe' in the body.
> >
> >---------------------------------------------------------------------------
> >---
> > >Archives: http://www.mail-archive.com/[email protected]/
> > >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.mail-archive.com/[email protected]/
> >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.mail-archive.com/[email protected]/
> >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.mail-archive.com/[email protected]/
>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.mail-archive.com/[email protected]/
>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.mail-archive.com/[email protected]/
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