In my class loginController
I make the following path:
return Redirect::to('home')->cookie($nome)->cookie($sessionid)->with('cnpj',$cnpj);
I need to have this data $cnpj
to pass from home.blade.php
to cliente.blade.php
How do I do this? At home there is no form. I just do not want to go with a cookie. I actually do not want to spend any as a cookie.