ok, whatever.
----- Original Message ----- 
From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 04, 2003 10:27 AM
Subject: RE: [ cf-dev ] Cookies anyone..


> I do and I was merely highlighting the fact that its aint really logical
is
> it....as how many sites do you you have which look like this..
>
> <cfquery>
>    GET ALL THE PAGE INFORMATION FROM THE DATABASE
> </cfquery>
>
> There is NEVER going to be a site where you are "pulling all the stuff
from
> the database"
>
>
>
> -----Original Message-----
> From: Tom Smith [mailto:[EMAIL PROTECTED]
> Sent: 04 July 2003 10:22
> To: [EMAIL PROTECTED]
> Subject: Re: [ cf-dev ] Cookies anyone..
>
>
> quote " if you're pulling all the stuff from the database"
>
> you really should read stuff Neil.
> ----- Original Message ----- 
> From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, July 04, 2003 10:19 AM
> Subject: RE: [ cf-dev ] Cookies anyone..
>
>
> > I am not sure that would work or perform as it would only work for
> database
> > values unless you did some sort of processing of the HTML - right?
> >
> > The JS solution would work, I may scout around and see what I can find.
> >
> > -----Original Message-----
> > From: Tom Smith [mailto:[EMAIL PROTECTED]
> > Sent: 04 July 2003 10:17
> > To: [EMAIL PROTECTED]
> > Subject: Re: [ cf-dev ] Cookies anyone..
> >
> >
> > sorry, I meant to say, "another idea could be"....  server side is
better
> in
> > anycase (if you have that option) as you can't guarantee that JS will be
> > switched on in the browser.
> > ----- Original Message ----- 
> > From: "Robertson-Ravo, Neil (RX)" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, July 04, 2003 10:12 AM
> > Subject: RE: [ cf-dev ] Cookies anyone..
> >
> >
> > > But with Rich's stuff, you wouldnt need to would you as it would be
> > already
> > > parsed.
> > >
> > > -----Original Message-----
> > > From: Tom Smith [mailto:[EMAIL PROTECTED]
> > > Sent: 04 July 2003 10:10
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: [ cf-dev ] Cookies anyone..
> > >
> > >
> > > I thought Rich's idea was great.......
> > >
> > > if you're pulling all the stuff from the database, you could replace
the
> > > links when you get the content using a regex.
> > > ----- Original Message ----- 
> > > From: "Robertson-Ravo, Neil (RX)"
<[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Friday, July 04, 2003 10:01 AM
> > > Subject: RE: [ cf-dev ] Cookies anyone..
> > >
> > >
> > > > Rich or anyone...
> > > >
> > > > Have you got any further thoughts or ideas on this?  any sample
> scripts?
> > > >
> > > > -----Original Message-----
> > > > From: Rich Wild [mailto:[EMAIL PROTECTED]
> > > > Sent: 03 July 2003 17:09
> > > > To: '[EMAIL PROTECTED]'
> > > > Subject: RE: [ cf-dev ] Cookies anyone..
> > > >
> > > >
> > > > > I could use JS and if you have any functions/apps for this
> > > >
> > > > haven't got any to hand, but the theory is to write a JS function
that
> > > loops
> > > > over the document.links object and checks the href of each one to
> > > >
> > > > a) see if its an internal link (ie not an external one to microsoft
or
> > > > something)
> > > > b) is a real web link (ie not a mailto: or javascript: etc)
> > > > c) whether or not it already contains url variables
> > > > - if so, then append the urltoken to the end
> > > > - if not, then add ? and your urltoken
> > > >
> > > > bonza!
> > > >
> > > > Rich
> > > >
> > > > > -----Original Message-----
> > > > > From: Robertson-Ravo, Neil (RX)
> > > > > [mailto:[EMAIL PROTECTED]
> > > > > Sent: 03 July 2003 16:58
> > > > > To: '[EMAIL PROTECTED]'
> > > > > Subject: RE: [ cf-dev ] Cookies anyone..
> > > > >
> > > > >
> > > > > I could use JS and if you have any functions/apps for this, I
> > > > > would mucho
> > > > > appreciato.
> > > > >
> > > > > -----Original Message-----
> > > > > From: Rich Wild [mailto:[EMAIL PROTECTED]
> > > > > Sent: 03 July 2003 16:45
> > > > > To: '[EMAIL PROTECTED]'
> > > > > Subject: RE: [ cf-dev ] Cookies anyone..
> > > > >
> > > > >
> > > > > I think you'd prob have to append the cftoken everywhere yea,
> > > > > but it needn't
> > > > > be too hard...
> > > > >
> > > > > some quick CF studio regexs on any <cflocation>, <form
> > > > > action=>, <a href,
> > > > > etc etc..
> > > > >
> > > > > if you're allowed to use and rely JS (if its an app where you
> > > > > can define the
> > > > > tech requirements for usage) then you could even write a JS
> > > > > function in the
> > > > > header to trawl through every url in the loaded page and
> > > > > append the cftoken
> > > > > to it, things like that...
> > > > >
> > > > > > -----Original Message-----
> > > > > > From: Robertson-Ravo, Neil (RX)
> > > > > > [mailto:[EMAIL PROTECTED]
> > > > > > Sent: 03 July 2003 16:42
> > > > > > To: '[EMAIL PROTECTED]'
> > > > > > Subject: [ cf-dev ] Cookies anyone..
> > > > > >
> > > > > >
> > > > > > I am in the inenviable position of having to possibly
> > > > > convert a whole
> > > > > > section of a site into non-session cookie behaviour....
> > > > > > anyone got any quick
> > > > > > tips on this or is it case of appending each url with the ID
> > > > > > and Token...
> > > > > >
> > > > > >
> > > > > > -- 
> > > > > > ** Archive:
> > > > http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > > >
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > > For human help, e-mail: [EMAIL PROTECTED]
> > > > >
> > > >
> > > >
> > > > -- 
> > > > ** Archive:
http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > >
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > For human help, e-mail: [EMAIL PROTECTED]
> > > >
> > > > -- 
> > > > ** Archive:
http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > >
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > For human help, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > > > -- 
> > > > ** Archive:
http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > >
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > For human help, e-mail: [EMAIL PROTECTED]
> > > >
> > > > -- 
> > > > ** Archive:
http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > > >
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > For human help, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > > -- 
> > > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > >
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > For human help, e-mail: [EMAIL PROTECTED]
> > >
> > > -- 
> > > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > >
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > For human help, e-mail: [EMAIL PROTECTED]
> >
> >
> > -- 
> > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> >
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > For human help, e-mail: [EMAIL PROTECTED]
> >
> > -- 
> > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> >
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > For human help, e-mail: [EMAIL PROTECTED]
>
>
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]
>
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to