We maintain a JupyterHub for students.
Due to privacy concerns and GDPR compliance, we must provide a list of cookies that may be used by JupyterHub or the spawned JupyterLab instance.
In fact, we have to mention the purpose of the cookie and its value.
Is there a dedicated documentation page about it, or can somebody reference the use of cookies in the source code?
Some other JupyterHub privacy policies mention that cookies are only used to keep track of the session. Is this sufficient?
JupyterLab itself does not use any tracking cookies, only security cookies for login session perisstance and for cross site forgery prevention and these are in fact inherited from jupyter-server/tornado web server.