bool TryReadCookie( IUserIdentity user, string cookieName, out string? cookieValue )
Parameters
- user
- The user who's cookie will be read.
- cookieName
- Name of the cookie.
- cookieValue
- The cookie value.
Return Value
true
if the cookie could be read, false
otherwise.