You are not logged in.
Pages: 1
Cookie values accumulated during a working with web app,
and amount of transmitted data grows.
There is about 20 KB of cookie data instead of 60 bytes.
Is there any way to make it smaller?
Offline
There should be a single cookie per session.
Yes, it's single per session.
But after server restart, new session created. And old session cookie does not deleted.
So cookie values accumulated.
Offline
Sorry for useless questions. It's a Google Chrome feature.
Offline
I use CurrentSession.Finalize and Chrome delete cookie values, as expected.
Only after server restarted cookie values not deleted.
So I guess it's not an issue on production server.
Offline
Pages: 1