<SCRIPT language=javascript> var validDays=1; // ÄíÅ° À¯È¿±â°£ ¼³Á¤ var exp=new Date(); // ÇöÀç ½Ã°£ ¾òÀ½ exp.setDate(exp.getDate()+validDays); // ÇöÀç ½Ã°£¿¡¼ ³¯ÀÚ ±¸ÇÏ°í À¯È¿±â°£ ´õÇؼ ÄíÅ° À¯È¿ÀÏ ¼³Á¤ SetCookie('testCookie','testVar',exp); // ÄíÅ°¼³Á¤ ±â´ÉÇÔ¼ö È£Ãâ showarea.innerHTML=document.cookie+'<BR>'; // ÄíÅ° ¹®ÀÚ¿ Ãâ·Â function SetCookie(name,value,expires){ // ¿¹¸¦ µé¾î ⠴ٽà ¿Áö ¾Ê±â À§ÇÑ ÄíÅ°¼³Á¤ ±â´ÉÇÔ¼ö document.cookie=name+"="+escape(value)+"; path=/; expires="+expires.toGMTString()+"; "; // ÄíÅ° ¹®ÀÚ¿ ¼³Á¤ } </SCRIPT>
½ÇÁ¦ÀûÀ¸·Î »ý¼ºµÈ Äí±â´Â ÀÛ¾÷ À§Ä¡¿¡ µû¶ó ´Ù¸£³ª ´ÙÀ½°ú ºñ½ÁÇÑ ÇüŸ¦ °®´Â´Ù.
cookie ¼Ó¼ºÀ¸·Î´Â À§¿Í °°ÀÌ ¿ä¾à Á¤º¸¸¸À» º¼ ¼ö ÀÖ´Ù.
C:\Documents and Settings\trio\Cookies\trio@~~local~~[1].txt |
testCookie testVar ~~local~~/ 1088 1261231360 29565840 557187856 29565639 * |
C:\Documents and Settings\trio\Cookies\trio@C__javascript_language_property_exp_[2].txt |
testCookie testVar ~~local~~/C:\javascript\language\property\exp\ 1088 1801165952 29565838 1091342448 29565637 * |