render lesson content using jquery

This commit is contained in:
lawson89
2014-08-18 13:18:42 -04:00
parent 30f3c3a95f
commit f3092a2344
5 changed files with 41 additions and 24 deletions

View File

@ -2,7 +2,7 @@
import="org.owasp.webgoat.session.*, org.owasp.webgoat.lessons.GoatHillsFinancial.GoatHillsFinancial"
errorPage="" %>
<%
WebSession webSession = ((WebSession)session.getAttribute("websession"));
WebSession webSession = ((WebSession)session.getAttribute(WebSession.SESSION));
// int myUserId = getIntSessionAttribute(webSession, "GoatHillsFinancial." + GoatHillsFinancial.USER_ID);
%>
<br><br><br>An error has occurred.