Index: lams_central/web/index.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/index.jsp,v diff -u -r1.1 -r1.2 --- lams_central/web/index.jsp 31 Aug 2005 05:29:13 -0000 1.1 +++ lams_central/web/index.jsp 2 Sep 2005 07:48:10 -0000 1.2 @@ -1,10 +1,14 @@ - - -Learning Design Details (Authoring) - - <% - String str = (String)request.getSession().getAttribute("details"); - out.println(str); - %> - - \ No newline at end of file +<%@ taglib uri="tags-tiles" prefix="tiles" %> +<%@ page import="org.lamsfoundation.lams.security.JspRedirectStrategy" %> +<%@ page import="org.lamsfoundation.lams.web.HttpSessionManager" %> + +<%JspRedirectStrategy.welcomePageStatusUpdate(request,response);%> +<%HttpSessionManager.getInstance().updateHttpSessionByLogin(request.getSession(),request.getRemoteUser()); %> + + + + + + + +