You might implement this as follow :
 1. add new env called 'seo' or 'bot'
 2. uses the sfNoStorage in factory.yml
 3. make a case based on the IP in the index.php file to load the correct env.

Thomas

On Mon, Sep 29, 2008 at 2:30 PM, Paulo Magalhaes <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've a site which has over a million of individual pages (URLs), and
> whenever google bots scans the site, each request gets a new session
> generated (google bots don't send cookies). Besides wasting my
> resources, it messes up my 'users online' count based on sessions
> updated in the last X minutes.
>
> I'm considering creating a filter to only start sessions when the user
> agent doesn't match a certain pattern (bots) or IP based. In
> factories.yml I would disable automatic session creation.
>
> As anyone already had a similar situation? If so, what solutions did you
> come up with? Is the idea above feasible?
>
>
> Cheers,
> Paulo M
>
> >
>



-- 
Thomas Rabaix
Internet Consultant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to