<div>first of all this only matters if you store a lot of data in the session.</div><div><br></div><div>if you do, it certainly hurts and is waisting memory consumption for nothing.</div><div>in such a case, it would make sense to check the user-agent in the request header.</div>
<div>if it matches a bot-value provided by a configurable agent-list, the request would be associated with a dummy session.</div><div>all requests that would match would be associated with that session and therefore would not create a new one.</div>
<div><br></div><div>the risk here is only that if the request matches but is actually a real user request, strange things will happen for all users sharing the same session :-)</div><div><br></div><div><br></div><div><div class="gmail_quote">
On Thu, Mar 10, 2011 at 4:37 PM, Michael Wechner <span dir="ltr"><<a href="mailto:michael.wechner@wyona.com">michael.wechner@wyona.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi<br>
<br>
With the improved session manager I had a look at the number of sessions re one of<br>
our customers and noticed again that many search bots do not accept/keep cookies<br>
and hence create with each request a session, which is kind of "useless"<br>
<br>
Related to that I have found the following link:<br>
<br>
<a href="http://www.seomoz.org/blog/controlling-search-engine-access-with-cookies-session-ids" target="_blank">http://www.seomoz.org/blog/controlling-search-engine-access-with-cookies-session-ids</a><br>
<br>
I am not sure if it makes sense to investigate this more, but any ideas you want to share are appreciated.<br>
<br>
Thanks<br>
<br>
Michael<br><font color="#888888">
-- <br>
Yanel-development mailing list <a href="mailto:Yanel-development@wyona.com" target="_blank">Yanel-development@wyona.com</a><br>
<a href="http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development" target="_blank">http://lists.wyona.org/cgi-bin/mailman/listinfo/yanel-development</a><br>
</font></blockquote></div><br></div>