Add sessions patch

This commit is contained in:
Romain Neutron
2013-06-17 22:04:01 +02:00
parent 92415b96e8
commit af9307b148
4 changed files with 139 additions and 4 deletions

View File

@@ -262,6 +262,7 @@ abstract class base implements cache_cacheableInterface
$stmt->closeCursor();
$ORMTables = array(
'AuthFailures',
'BasketElements',
'Baskets',
'StoryWZ',
@@ -275,6 +276,9 @@ abstract class base implements cache_cacheableInterface
'LazaretChecks',
'LazaretFiles',
'LazaretSessions',
'SessionModules',
'Sessions',
'UsrAuthProviders',
);
foreach ($rs as $row) {