Commit 58190c2d authored by Taylor Otwell's avatar Taylor Otwell

tweaking a comment.

parent 0586bbe0
......@@ -31,7 +31,7 @@ class Cookie {
if ( ! is_null($value))
{
// All Laravel managed cookies are prefixed with a fingerprint hash.
// All Laravel managed cookies are "signed" with a fingerprint hash.
// The hash serves to verify that the contents of the cookie have not
// been modified by the user. We can verify the integrity of the cookie
// by extracting the value and re-hashing it, then comparing that hash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment