Thank you! Based on what you say, I think the SESconverter will be what I use since I can mix and match if needed. I also apprectiate the insite to the CF5 & MX handle SES and server logs.

> I haven't used the ParseURLData UDF, but it seems to do more or less
> the same as SESconverter, except that it returns the data, whereas
> SESconverter wacks it straight into the URL scope as if it had been in
> a normal URL.
> So while ParseURLData will give more control over what happens to the
> info passed in the "SES" string, using SESconverter will simnply and
> seamlessly convert it as if a normal URL had been passed - meaning
> that
> index.cfm?foo=bar&this=that is treated exactly the same as
> index.cfm/foo/bar/this/that.htm, or even
> index.cfm/foo/bar.htm?this=that if you want to mix and match.
>
> Aside from the questions of whether or not search engines prefer SES
> urls, there is the matter of logs. If you use fusebox (or any method
> where the index.cfm is the only template called in the browser), the
> the web logs can be pretty useless - its not earth shattering news
> that index.cfm is the most popular page.
> However, using SES urls can trick the webserver into recording the
> "page" requested as index.cfm/foo/bar.htm, which could be far more
> useful. Whether or not the webserver does log the SES portion seems to
> depend on the version of CF and webserver.
> AFAIK, CF5 will never log the SES part with IIS, but CFMX will. I'm
> not sure about other web servers...
>
> Cheers
> Bert
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to