Skip to content

Commit

Permalink
Remove the session GC task and API
Browse files Browse the repository at this point in the history
this is a backport of 5983c48
  • Loading branch information
Stig Lindqvist committed Jun 14, 2017
1 parent 060bef4 commit 692139a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
7 changes: 0 additions & 7 deletions code/model/DynamoDbSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,4 @@ public function register()
return $this->handler->register();
}

/**
* Garbage collect the configured DynamoDB session table
*/
public function collect()
{
return $this->handler->garbageCollect();
}
}
48 changes: 0 additions & 48 deletions code/tasks/GarbageCollectSessionCronTask.php

This file was deleted.

0 comments on commit 692139a

Please sign in to comment.