Commit e62c5d41 authored by nsawalakhe's avatar nsawalakhe

Added session in Attendancecomplianceservlet.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101490 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f356781d
...@@ -4,17 +4,14 @@ import ibase.dashboard.sfa.ejb.AttendanceComplianceRemote; ...@@ -4,17 +4,14 @@ import ibase.dashboard.sfa.ejb.AttendanceComplianceRemote;
import ibase.system.config.AppConnectParm; import ibase.system.config.AppConnectParm;
import ibase.utility.UserInfoBean; import ibase.utility.UserInfoBean;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
import java.io.IOException; import java.io.IOException;
import java.io.OutputStream; import java.io.OutputStream;
import javax.naming.InitialContext; import javax.naming.InitialContext;
import javax.servlet.ServletException; import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession; import javax.servlet.http.HttpSession;
import org.json.simple.JSONObject; import org.json.simple.JSONObject;
public class AttendanceComplianceServlet extends HttpServlet public class AttendanceComplianceServlet extends HttpServlet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment