jerustes / AW-threepointer

Galaxy NBA Web Application
0 stars 0 forks source link

error page.jsp #13

Closed jerustes closed 6 years ago

jerustes commented 6 years ago

<%session.invalidate();%> <% HttpSession nsession = request.getSession(false); if(nsession!=null) { String data=(String)session.getAttribute( "fname" ); out.println(data); } else out.println("Session is not active"); %>

josemprb commented 6 years ago

done. look at it just to see if we have to add anything else.