Index: lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java =================================================================== diff -u -r9776ed01f4cab56019740c7780cc56185bb4b585 -ra7071889ce5b336ce1adbbc1c5219c64d12143cd --- lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java (.../LearningUtil.java) (revision 9776ed01f4cab56019740c7780cc56185bb4b585) +++ lams_tool_lamc/src/java/org/lamsfoundation/lams/tool/mc/web/LearningUtil.java (.../LearningUtil.java) (revision a7071889ce5b336ce1adbbc1c5219c64d12143cd) @@ -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); } }