Hi,
We've got some monitoring software installed which is accessing the home page
of my catalyst app every couple of seconds and flooding the sessions table.
I can recognise the monitor based on the user agent, so I'd like to stop it
saving the session. Something like:
if ($c->request->user_agent =~ m/HTTP-Monitor/ ) {
Don't save the session.
}
What's the best way to do this?
Thanks
Duncan
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/