[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

Method setAttribute(java.lang.String, java.lang.String) not found


/checkout.jsp:24: Method setAttribute(java.lang.String, java.lang.String) not found in interface javax.servlet.http.HttpSession.
  session.setAttribute(UC_OrderIdSessionVar,String.valueOf(UC_OrderID));
 
 
What can I use if setAttribute does not work
 
Sean