<%-- This line is necessary of you want to handle session in a JSP code by yourself --%> <%@page language="java" session="false" %> Contact

50%off use coupon code "big61" and get extra 33% off on orders above rs 2,229

  • Recently viewed
  • <% HttpSession sess = request.getSession(false); if(sess == null|| sess.getAttribute("username")== null) { %>
  • Contact
  • <%} else { %>
  • Welcome <%=sess.getAttribute("username") %>
  • logout
  • <%}%>
<% if (sess==null|| sess.getAttribute("username") == null) { %> <% } %>
    • Your cart : <% HttpSession sess_emp = request.getSession(true); if(sess_emp.getAttribute("shopping") != null) { %>

      <%=sess_emp.getAttribute("shopping")%>

      <%} else { %>

      empty

    • <%}%>