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", '65d1b78bce700b1cbf827d3231535f661bb57f8e88da8c66d82774192acea708', { expires: 1 }); });