여기에 프로젝트 개요를 작성합니다.
단락을 나눌때는 빈라인을 넣으면 됩니다.
인라인 code는 Backtick( `)으로 묶는다.
public static void deleteCookie(HttpServletResponse response, String cookieName) {
try {
setCookie(response, cookieName, null, 0, "/", null);
} catch (Exception e) {
log.error(e.getMessage());
throw new RuntimeException("Exception generated.", e);
}
} public static void deleteCookie(HttpServletResponse response, String cookieName)-
response: Http응답객체 는 쿠키 삭제시 사용. -
cookieName: 쿠키명 은 삭제할 쿠키명
| 서비스 | 카테고리 | 설명 | 관련 DB |
|---|---|---|---|
| 블로그 | 방문자 | PV, UV 등 방문 트래픽 조회 | access_log |
| 로그인 | 로그인 트래픽 조회 | login_log |
| 파라미터 | 설명 | 값 예제 | 필수여부 | 비고 |
|---|---|---|---|---|
| dateType | 날짜구분 | day | 필수 | day, week, month 값이 올 수 있음. |
| startDate | 검색조건 시작일자 | 20150524 | 필수 | YYYYMMDD |
| endDate | 검색조건 종료일자 | 20150529 | 필수 | YYYYMMDD |
| column | column |
|---|---|
| test | test |
어디어디에서 인용했습니다.
공간을 두고
>를 넣으면 인용에 인용을 할 수 있습니다.
불필요한 내용입니다.
Copyright © 2015 (주) 와이즈에코. Licensed under the Apache License, Version 2.0 Distributed under the MIT License. Dual licensed under the MIT license and GPL license.