loadCsrfToken() protected method
Loads the CSRF token from cookie or session.
protected string loadCsrfToken ( ) | ||
---|---|---|
return | string |
The CSRF token loaded from cookie or session. Null is returned if the cookie or session does not have CSRF token. |
loadCsrfToken() protected method
Loads the CSRF token from cookie or session.
protected string loadCsrfToken ( ) | ||
---|---|---|
return | string |
The CSRF token loaded from cookie or session. Null is returned if the cookie or session does not have CSRF token. |
Please login to continue.