Do not create a new NC session everytime the user opens Notes app
Description
Notes app was creating a new NC session every time it got opened and could create database locks on our servers.
The Notes server APIs have the Cross-Origin Resource Sharing (CORS) flag, so are not able to deal with cookie sessions.
From now one, we don't send the "cookie_test" cookie in the Notes requests so that the server does not create a new session all the time.
Issues
Edited by Jonathan Klee