|
i don't have any other servlet, there is only LoginServlet (in my application it is SmsDeliveryServiceImpl).
when i put HttpServlet instead of RemoteServiceServlet it shows errors on
this.getThreadLocalRequest().getSession(true).setAttribute("user", smdUser);
|