Subversion Repositories SmartDukaan

Rev

Rev 11987 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11987 Rev 11990
Line 76... Line 76...
76
			}
76
			}
77
		}
77
		}
78
		
78
		
79
		//Set the request attribute for access by other interceptors.
79
		//Set the request attribute for access by other interceptors.
80
		request.setAttribute(USER_INFO_COOKIE_NAME, userInfo);
80
		request.setAttribute(USER_INFO_COOKIE_NAME, userInfo);
81
		
-
 
-
 
81
		log.info("userInfo: " + userInfo.toString());
82
		//Set the userinfo object for use by actions.
82
		//Set the userinfo object for use by actions.
83
		if (action instanceof UserAware) {
83
		if (action instanceof UserAware) {
84
        	UserAware sessionAction = (UserAware) action;
84
        	UserAware sessionAction = (UserAware) action;
85
        	sessionAction.setSession(session);
85
        	sessionAction.setSession(session);
86
        	sessionAction.setUserSessionInfo(userInfo);
86
        	sessionAction.setUserSessionInfo(userInfo);