Forum: JSP Jun 30th, 2009 |
| Replies: 6 Views: 4,355 is to session.setAttribute(null,"sessionname"); |
Forum: JSP Jul 26th, 2008 |
| Replies: 2 Views: 930 |
Forum: JSP Jul 25th, 2008 |
| Replies: 2 Views: 930 Hello , I created link to admin/admin.jsp
I want to create a link to index.jsp in admin page
Mysite___
|___index.jsp
|___admin/
... |
Forum: JSP May 11th, 2008 |
| Replies: 6 Views: 4,355 |
Forum: JSP May 9th, 2008 |
| Replies: 6 Views: 4,355 public class logout extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
process(request,response);... |