Skip to content

Commit

Permalink
Symfony usage doc was added
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanlitovchenko committed Jun 7, 2016
1 parent 58cb600 commit 6dcf0d4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Expand Up @@ -35,6 +35,19 @@ To make this all work, you need to provide a secret that's used for the HMAC. By
session_start();

$_SESSION["foo"] = "bar";

## Symfony Usage

framework:
session:
handler_id: session.handler.cookie

services:
session.handler.cookie:
class: SessionHandler\Cookie
public: true
arguments: ['secret']


## License

Expand Down

0 comments on commit 6dcf0d4

Please sign in to comment.