Subversion Repositories SmartDukaan

Rev

Rev 22069 | Rev 22094 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22069 Rev 22093
Line 55... Line 55...
55
		}
55
		}
56
		
56
		
57
		Cookie cookieFofoId = new Cookie(ProfitMandiConstants.FOFO_ID, "");
57
		Cookie cookieFofoId = new Cookie(ProfitMandiConstants.FOFO_ID, "");
58
		Cookie cookieEmailId = new Cookie(ProfitMandiConstants.EMAIL_ID, "");
58
		Cookie cookieEmailId = new Cookie(ProfitMandiConstants.EMAIL_ID, "");
59
		cookieFofoId.setMaxAge(0);
59
		cookieFofoId.setMaxAge(0);
-
 
60
		cookieFofoId.setPath(request.getContextPath());
60
		cookieEmailId.setMaxAge(0);
61
		cookieEmailId.setMaxAge(0);
-
 
62
		cookieEmailId.setPath(request.getContextPath());
61
		response.addCookie(cookieFofoId);
63
		response.addCookie(cookieFofoId);
62
		response.addCookie(cookieEmailId);
64
		response.addCookie(cookieEmailId);
63
	}
65
	}
64
}
66
}