Cookie
From GMod Wiki
Cookies are client-side variables that are stored between games. They are implemented as a wrapper around the sqlite plugin, which writes to cl.db in the garrysmod folder. They are an easy way of storing variables on the client without having to write out to the data folder. Unlike HTTP Cookies, they are not sent to the server.