I have a search dilemma. In the site I'm working on, almost all content on
pages throughout the site are content objects, and these objects do not
contain pointers to the pages they are displayed on. In order to implement
page content searching where the users can enter search terms and are
returned a listing of links to pages in the site matching their search
criteria it appears that the only solution is to use the k2 spider tool. The
problem is that the entire site requires user authentication. I was able to
get around this problem for scheduled tasks using a local Application.cfm
that overrides site security for the directory that scheduled templates
reside in, but this wouldn't help in the case of the spider.

Should I try using the -header flag for the spider, set to some unique
name-value pair, and flag the security check in my main Application.cfm
based off of that? I'm at a loss as to how to proceed and would appreciate
any ideas or solutions.

Cheers,
Seth

------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to