JavaScript で Cookie を設定した場合、Laravel 4 を使用してそれを読み取るにはどうすればよいですか?
私が尋ねている理由は、ドキュメントが言うことです:
All cookies created by the Laravel framework are encrypted and signed
with an authentication code, meaning they will be considered invalid
if they have been changed by the client.