2
Answers

where to start

Amit Sharma

Amit Sharma

10y
1.2k
1
MCA completed in 2013 and still i am looking for start. where to have a start. i dont know..
Answers (2)
0
Gopi Chand

Gopi Chand

NA 13.1k 644.5k 10y
Just write the code given below in your jsp file: <% HttpSession hs=request.getSession(); String u=(String)hs.getAttribute("aUser"); if(u==null) { response.sendRedirect("index.jsp"); } %>
0
JobPencil

JobPencil

NA 60 0 10y
Next Recommended Forum