restructured session driver interfaces and added cookie session driver.

This commit is contained in:
Taylor Otwell
2011-08-02 21:05:20 -05:00
parent 3583bc3b09
commit 32f383205e
9 changed files with 76 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
<?php namespace System\Session;
class File implements Driver {
class File implements Driver, Sweeper {
/**
* Load a session by ID.