My App sets different configuration related parameters, token etc to browser cookie. This was working fine with angular-cookie version 1.2.6. But now when I tried to upgrade my angular-cookie version to 1.5.11, suddenly I have started getting error:
Cookie length should be less then or equal to 4096 characters.
Is there any restriction imposed in latest version of angular-cookie? If yes how can I get over to this?
There are several questions on SO, related to this but no one seems to be having solution. Can anyone please help me here.