refactoring session and wrote tests for session manager.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user