initialize session process

session by default are save in local/session
This commit is contained in:
Manuel Raynaud
2013-02-11 12:44:52 +01:00
parent ccee45c48a
commit 96f5e2e9cf
6 changed files with 52 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ class Cart extends BaseAction
*/
public function addCart(Request $request)
{
var_dump($this->getDispatcher()); exit;
}
/**