It's got something to do with the fact that search bots generally do not 
take or hold cookie information.
Your browser does, and so the errors don't appear. They probably have to 
do with missing session information, or perhaps something your VPS uses 
to maintain state.

I have generally used something in my Application.cfc file - often the 
OnRequestStart function, which parses key items in the cgi scope and 
creates a "browser" structure, with elements like make, version, 
language and an "isSearchBot" variable. I can then decide at key points 
in my application where SEO is more important than session, and let 
search bots pass without our trying to do things like print "Hi 
[username]" at the top of the page.

Alan K. Holden
[email protected]
(877) 254-7225


--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to