본문 바로가기

프로그래밍

ASP - 쿠키 유지기간 설정

출처 : http://devnote7.tistory.com 

<% 
        Response.Cookies("saved").Expires = Date + 365
%>

'프로그래밍' 카테고리의 다른 글

ASP - 날짜 함수  (0) 2011.08.17
ASP - 최근본 상품  (0) 2011.08.17
CSS - 백그라운드 반복 Repeat  (0) 2011.08.17
CSS - 투명도 filter:alpha(opacity=0);  (0) 2011.08.17
CSS - line-height:1.3em 글자간격  (0) 2011.08.17