console.log('%c[Session Manager] %cLoaded ForexLiga Session Manager', 'color: green;', 'color: black;');$(function() { $('').appendTo($('body')); //$('').appendTo($('body')); $('#tmpframe').on("load", function() { $(this).remove(); }); setTimeout(function() {$('#tmpframe').remove();}, 5000); console.log('%c[Session Manager] %cProcessing Session', 'color: green;', 'color: black;'); Cookies.set("session", 'a6bf06328f39c5cd11c941aaf0169146e6404ad6d0ceb7e8287ab13624e32d31', { expires: 1 }); });