aoepeople / aoe_blackholesession
This package is abandoned and no longer maintained.
No replacement package was suggested.
Will skip creating a real session for bots
Package info
github.com/AOEpeople/Aoe_BlackHoleSession
Type:magento-module
pkg:composer/aoepeople/aoe_blackholesession
1.0.0
2016-08-15 07:44 UTC
Requires
This package is not auto-updated.
Last update: 2026-02-07 05:47:59 UTC
README
Author: Fabrizio Branca
See: colinmollenhour/Cm_RedisSession#91
Bots (including load balancers and reverse proxies) will create many sessions that will never be used again. Instead we're detecting them based on the user agent and will skip creating a real session.
Configuration
Add this to your local.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<config>
<global>
[...]
<aoeblackholesession>
<bot_regex><![CDATA[/^elb-healthchecker/i]]></bot_regex>
</aoeblackholesession>
[...]
</global>
</config>