Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java,v diff -u -r1.18 -r1.19 --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java 29 Jan 2006 13:45:27 -0000 1.18 +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java 31 Jan 2006 16:25:44 -0000 1.19 @@ -1,5 +1,5 @@ /* - * Created on 16/05/2005 + * Created on 16/10/2005 */ package org.lamsfoundation.lams.tool.mc.web; @@ -821,5 +821,7 @@ request.getSession().removeAttribute(USER_EXCEPTION_NUMBERFORMAT); request.getSession().removeAttribute(LEARNING_MODE); request.getSession().removeAttribute(PREVIEW_ONLY); + request.getSession().removeAttribute(LEARNER_PROGRESS); + request.getSession().removeAttribute(LEARNER_PROGRESS_USERID); } }