The class tries to read and validate the request token from the user session
and creates a new token if there is none.
Usage:
echo RequestToken::get();
if (!RequestToken::validate('TOKEN'))
{
throw new Exception("Invalid request token");
}