public interface CsrfToken extends Datatype, Security
equals
to the one that has been generated by the server. Typically the token
is generated during the login process and is then send with every subsequent request. This is sufficient to
prevent XSRF attacks and has no other impact on the client application. However, for highest security it is
also possible to generate one-time tokens with every request that are only valid for the next request. The
latter approach may cause problems with navigation history (back- and forward-button, etc.).Copyright © 2001–2016 mmm-Team. All rights reserved.