$bots=array('Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)', 'Googlebot/2.1 (+http://www.googlebot.com/bot.html)', 'Googlebot/2.1 (+http://www.google.com/bot.html)', 'Googlebot-Image/1.0', 'Mozilla/5.0 (compatible; googlebot/2.1; +http://www.google.com/bot.html)', 'gsa-crawler', 'YandexSomething/1.0', 'Yandex/1.01.001 (compatible; Win16; I)', 'Yandex/1.01.001 (compatible; Win16; P)', 'Yandex/1.01.001 (compatible; Win16; H)', 'Yandex/1.03.003 (compatible; Win16; D)', 'Yandex/1.03.000 (compatible; Win16; M)', 'StackRambler/2.0 (MSIE incompatible)', 'Mozilla/5.0 (compatible; Yahoo! Slurp; http://help.yahoo.com/help/us/ysearch/slurp)');
if (!in_array($_SERVER['HTTP_USER_AGENT'],$bots))
{
session_start();
session_set_cookie_params(0, '/', '.site.ru');
}