%@ page contentType="text/html; charset=GB2312" %>
<%
//this part for public user and cote set
int cote_id=999;//user cote_id must set before any public application jsp code and have this id in table public_cote
if (!userCoteLimit.isLimit(cote_id,user.getUser_type(),user.getUser_vip())){//"isLimit" is a user login function
//response.sendRedirect("/error.jsp");//just test bean function
}
//this part for manager user and cote set
int manageCote_id=0;//manager cote_id must set before any manager application jsp code and have this id in table manager_cote
if(!managerCoteLimit.isLimit(manager.getManager_id(),manageCote_id)){
//response.sendRedirect("/manager/error.jsp");
}
%>
:::名家风采:::