diff --git a/webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp b/webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp index 55c7dc673..92abe249f 100755 --- a/webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp +++ b/webgoat/main/project/WebContent/lessons/DBSQLInjection/EditProfile.jsp @@ -3,7 +3,7 @@ errorPage="" %> <% WebSession webSession = ((WebSession)session.getAttribute("websession")); - Employee employee = (Employee) session.getAttribute("DBDBSQLInjection.Employee"); + Employee employee = (Employee) session.getAttribute("DBSQLInjection.Employee"); %>
Welcome Back <%=webSession.getUserNameInLesson()%>
@@ -130,4 +130,4 @@
- \ No newline at end of file +