enableXCSRF: method

Enable XSRF support for the session of the application.

Syntax

+ ( void ) enableXCSRF : ( BOOL ) enable

Remarks

Need to be set again in case of application restart Usage [SDMRequestBuilder enableXCSRF:YES]; id<SDMRequesting> m_Request = [SDMRequestBuilder requestWithURL:url]; ...