At 03:01 PM 2/6/01 -0500, you wrote:
>Paul,
> >If the URL did not come from www.smarteryellowpages.com, I strip out the
> >256, 3142521, and 3839997 as follows:
>
>Can people get to your site w/out the www. host indicator?

Yes.

>  What about using the IP address?

Yes.

>  But anyhow, I think your method is valid, I just still don't understand 
> why you'd want to go to all the trouble vs. just using the query string.

Well, I had up to 6 or so non-form parameters to pass, in addition to 
CFID/CFTOKEN, and I was aiming to make the URLs SES, AND have Statistics 
server keep statistics on each fusebox page, so I just went the: 
http://www.smarteryellowpages.com/HL/index.cfm/IN.396/CD.3142528/CN.75239346/AL.O.htm

or "/Var.VarValue/" route for everything.

Thinking of a server farm, and noting the problem others have reported with 
using CFID/CFTOKEN, I got rid of CFID/CFTOKEN and CFAPPLICATION, and 
"rolled my own" Client management.

One thing I'm curious about is whether Search Engines will index each page 
anew with each visit, since the parameter values (396, 3142528, and 
75239346 in the above) will be scrubbed in each visit.

best,  paul

>On the other hand, guarding against any ID/TOKEN coming in with a 
>non-valid referrer isn't a bad idea to prevent people sharing links and 
>such.  But it would still be easier to do with plain old query strings (IMHO).
>
> >>PS> What's "SES"
>
>Search Engine Safe [URL]  :)
>
>Cheers,
>-Max
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to