Re: [Phplib-users] robots and session-id's
Brought to you by:
nhruby,
richardarcher
From: Sascha W. <sas...@gm...> - 2002-03-08 12:39:49
|
Hi Martin, >Just a quick thought. No search-engine that I know of will ever make a >POST but just follow links, so maybe it is possible for you to have >the user to post a (empty) form to get into to "search-engine-locked" >part of the site? I'm not sure if I understood you right, but there's no "search-engine-locked" part. The whole site SHALL BE INDEXED but WITHOUT SESSIONIDs. I think the problem is at the point where the phplib-pagemanagement sends a HTTP-"Location:"-header with a sessionid in the url to the client if there isn't already one in cookie or url!! That means, even if a robot requests an url WITHOUT sessionid, an url WITH sessionid will be indexed if the pagemanagement isn't disabled for robots. Or am I wrong? greets, Sascha. |