
function operationSession(sessionName){$.ajaxSetup({cache:false,async:false});$.getJSON(projectName()+"cms/operationSessionServlet",{mode:"getSession",session_Name:sessionName},function(json){if(json!=null){$("#spID").text("您好，"+json.suID+"，欢迎回来");$("#divDaID").show();}else{$("#divDaID").hide();}});}function operationsetSession(sessionName,sessionValue){$.getJSON(projectName()+"cms/operationSessionServlet",{mode:"setSession",session_Name:sessionName,session_Value:sessionValue},function(){});};function trackInforShow(sessionName){$.ajaxSetup({cache:false,async:false});$.getJSON(projectName()+"cms/operationSessionServlet",{mode:"getSession",session_Name:sessionName},function(json){if(json!=null){$('#trackInfor').show();}else{$('#trackInfor').hide();}})};
