Is it possible to preserve and get cookies which have been set by a different script? lets say we are migrating the front end functionality from jQuery to yui or some other JS library, can I get the cookies which were saved earlier on the same domain.
Share
Yes, this is possible. In the end, the cookies are just text that is made available to javascript. How each library treats those string is independent from the way in which they are stored.