@@ -41,6 +41,10 @@ Tokens are sent via the "tokens" http header. They are encoded as a JSON array o
]
```
## MetaGer Key in Cookies
When using the Anonymous Token System take care not to also transmit a MetaGer key with your request cookies. The MetaGer server will use the key if it is sent.
## Extraneous Tokens
If more tokes are sent than required for a search the server will set a "tokens" cookie that contains those unused tokens. We strongly recommend reading those from the cookie and deleting it afterwards.