[Phplib-users] Google, Session4 and block_alien_sid
Brought to you by:
nhruby,
richardarcher
|
From: Virilo T. <vi...@gm...> - 2004-12-06 20:26:03
|
After several attempts, finally Google bot visits all my site (also dynamics pages). The problem is that Google have indexed something like: mysite.com/article.php?article_id=111&Mi_Session=843e8bd410a726f15f63d0dfcc7 da532 Im using phplib 7.4 with 'session4.inc' session class. I have noticed that there is not block_alien_sid flag like in 'session.inc'. Then all visitors linked by Google, are using the same session. I have thought in blocking alien sessions, clearing this string from URL. But I cant manage a list with forbidden session ids, because there is many bots, and they use a new session each time. One possible solution could be "ip-blocking". I have readed that this isnt the best solution for session hijacking, due to the proxies, but can solve my problem with Google. There is a better solution? Or any implementation for ip-bloking? Thanks in advance. Virilo Tejedor. |