Destroy user session
- Parameters:
-
| session | a pointer of session structure |
- Returns:
- true if successful, otherwise returns false
- Note:
- If you only want to de-allocate session structure, just call qEntryFree(). This will remove all user session data permanantely and also free the session structure.
Definition at line 251 of file qSession.c.