Jupyter notebook servers create a cookie each time it is started. These cookies are never removed which means that after a while a user is not able to login since a cookie for the session can't be created (too many of them). We have to delete the cookie corresponding to each notebook server whenever it is shut down.