How to perform any action after cookie load completed. e.g we have to redirect the url after cookie load complete.
$(document).ready(function() { // Handler for .ready() called. });
We have cookie loaded after page load through javascript. So i dont have option but to wait till the cookie is completely loaded and page redirect.