Detacher

  • home
  • write
  • tag
  • admin

Computer/Software 13

[javascript] cookie 설정, 사용, 해제 소스 2

// GetCookie, SetCookie 지식인펌 // 라이브러리형식 작성 쿠키저장 아이디 비밀번호

Computer/Software 2011.07.12

[javascript] cookie 설정, 사용, 해제 소스

// 블로그펌 function SetCookie( name, value, expiredays ) { var todayDate = new Date(); todayDate.setDate( todayDate.getDate() + expiredays ); document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";" } function GetCookie(cookieName) { var search = cookieName + "="; var cookie = document.cookie; if(cookie.length > 0) { startIndex = cookie.indexOf(cookieNam..

Computer/Software 2011.07.12

현재창에서 쿠키보는법

주소창에 javascript:(document.cookie) 치면 암호화된 쿠키가 나온다

Computer/Software 2011.07.11
이전
1 2
다음
더보기
프로필사진

Detacher

  • Category (27)
    • Computer (27)
      • Software (13)
      • Hardware (1)
      • CCNA (2)
      • Architecture (9)
      • OS (2)
    • ETC (0)

Tag

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/05   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바