refactoring session and wrote tests for session manager.

This commit is contained in:
Taylor Otwell
2011-09-15 22:21:29 -05:00
parent 5a9696da77
commit de2eabdf79
7 changed files with 220 additions and 413 deletions

View File

@@ -5,9 +5,10 @@ interface Transporter {
/**
* Get the session identifier for the request.
*
* @param array $config
* @return string
*/
public function get();
public function get($config);
/**
* Store the session identifier for the request.