abstract fun setCookieName(name: String): CSRFHandler
Set the cookie name. By default XSRF-TOKEN is used as it is the expected name by AngularJS however other frameworks might use other names.
name - a new name for the cookie.
name
Return fluent