Description:
Retrieves information on whether the cookie is inexistend ( a cookie never sent by the user ) rather than an empty cookie ( a cookie that is sent empty by the user ).
Prototype:
bool IsNull() const;
Arguments: No arguments (void).
Return value:
Returns true if the cookie is existent, and false if inexistent.