tweaking a comment.
This commit is contained in:
parent
0586bbe04e
commit
58190c2db2
|
@ -31,7 +31,7 @@ public static function get($name, $default = null)
|
||||||
|
|
||||||
if ( ! is_null($value))
|
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
|
// 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
|
// 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
|
// by extracting the value and re-hashing it, then comparing that hash
|
||||||
|
|
Loading…
Reference in New Issue