{"id":2775,"date":"2009-03-17T08:40:34","date_gmt":"2009-03-17T08:40:34","guid":{"rendered":"http:\/\/www.happyfam.or.kr\/ysoh\/%ec%bf%a0%ed%82%a4-%eb%b0%8f-%ec%84%b8%ec%85%98%ec%9d%84-%ec%9d%b4%ec%9a%a9%ed%95%9c-%ec%b9%b4%ec%9a%b4%ed%84%b0\/"},"modified":"2015-02-10T21:12:17","modified_gmt":"2015-02-10T12:12:17","slug":"%ec%bf%a0%ed%82%a4-%eb%b0%8f-%ec%84%b8%ec%85%98%ec%9d%84-%ec%9d%b4%ec%9a%a9%ed%95%9c-%ec%b9%b4%ec%9a%b4%ed%84%b0","status":"publish","type":"post","link":"https:\/\/www.happyfam.or.kr\/ysoh\/%ec%bf%a0%ed%82%a4-%eb%b0%8f-%ec%84%b8%ec%85%98%ec%9d%84-%ec%9d%b4%ec%9a%a9%ed%95%9c-%ec%b9%b4%ec%9a%b4%ed%84%b0\/","title":{"rendered":"\ucfe0\ud0a4 \ubc0f \uc138\uc158\uc744 \uc774\uc6a9\ud55c \uce74\uc6b4\ud130"},"content":{"rendered":"<p>\ucfe0\ud0a4\ub97c \uc774\uc6a9\ud55c \uce74\uc6b4\ud130<\/p>\n<div>\ub2e4\uc74c \ud504\ub85c\uadf8\ub7a8 &#8220;cCounter.jsp&#8221;\ub294 \ucfe0\ud0a4\ub97c \uc774\uc6a9\ud574 \uce74\uc6b4\ud130\ub97c \uad6c\ud604\ud55c \ud504\ub85c\uadf8\ub7a8\uc774\ub2e4. \ucfe0\ud0a4\ub294 \ube0c\ub77c\uc6b0\uc800\ubcc4\ub85c \uac01\uac01 \uc800\uc7a5 \uad00\ub9ac\ub418\ubbc0\ub85c \uc774 \ud504\ub85c\uadf8\ub7a8\uc740 \ud504\ub77c\uc6b0\uc800\ubcc4\ub85c \uac01\uac01 1\uc5d0\uc11c \uc2dc\uc791\ud558\uc5ec \ube0c\ub77c\uc6b0\uc800\uc758 \uc0c8\ub85c\uace0\uce68 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud560 \ub54c \ub9c8\ub2e4 1 \uc529 \uc99d\uac00\ub41c\ub2e4.<\/div>\n<div><\/p>\n<div>&lt;%@ page language=&#8221;java&#8221; contentType=&#8221;text\/html; charset=EUC-KR&#8221;<br \/>\u00a0 \u00a0 pageEncoding=&#8221;EUC-KR&#8221;%&gt;<br \/>&lt;!DOCTYPE html PUBLIC &#8220;-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN&#8221; <br \/>&#8220;http:\/\/www.w3.org\/TR\/html4\/loose.dtd&#8221;&gt;<br \/>&lt;html&gt;<br \/>&lt;head&gt;<br \/>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text\/html; charset=EUC-KR&#8221;&gt;<br \/>&lt;title&gt;Insert title here&lt;\/title&gt;<br \/>&lt;\/head&gt;<br \/>&lt;body&gt;<br \/>&lt;%<br \/><span style=\"font-weight: bold\">Cookie [] cookieArray = request.getCookies(); <\/span><span>\/\/ \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uc804\ub2ec\ub41c \ubaa8\ub4e0 \ucfe0\ud0a4 \uc800\uc7a5<\/span><br \/>Cookie cookie = null;<br \/>int countNum = 0;<br \/>String countStr = &#8220;&#8221;;<\/p>\n<p>if(<span style=\"font-weight: bold\">cookieArray != null<\/span>) { \/\/ \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uc804\ub2ec\ub41c \ucfe0\ud0a4\uc815\ubcf4\uac00 \uc788\ub2e4\uba74<br \/>\u00a0\u00a0 for(int i = 0; i &lt; cookieArray.length; i++) { \/\/ \uc804\ub2ec\ub41c \ubaa8\ub4e0 \ucfe0\ud0a4\ub97c \uac80\uc0ac\ud558\uba70,<br \/>\u00a0 \u00a0 \u00a0 if(<span style=\"font-weight: bold\">cookieArray[i].getName().equals(&#8220;counter&#8221;)<\/span>) { \/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \ucfe0\ud0a4\uc815\ubcf4\ub97c \ucc3e\uc544<br \/>\u00a0 \u00a0 \u00a0 \u00a0\u00a0 cookie = cookieArray[i]; \/\/ \uc800\uc7a5\ud558\uace0<br \/>\u00a0 \u00a0 \u00a0 \u00a0\u00a0 break; \/\/\u00a0for\ubb38\uc744 \ube60\uc838\ub098\uac04\ub2e4.<br \/>\u00a0 \u00a0 \u00a0 }<br \/>\u00a0\u00a0 }<br \/>}<br \/>if(cookie != null) { \/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \ucfe0\ud0a4\uac00 \uc788\uc73c\uba74<br \/>\u00a0\u00a0 countNum = <span style=\"font-weight: bold\">Integer.parseInt(cookie.getValue()<\/span>) + 1; \/\/ \uac12\uc744 \uc815\uc218\ub85c \ubcc0\ud658\ud55c \ub2e4\uc74c 1 \uc99d\uac00\ud55c \ud6c4<br \/>\u00a0\u00a0 countStr = <span style=\"font-weight: bold\">Integer.toString(countNum)<\/span>; \/ \ub2e4\uc2dc \uc99d\uac00\ub41c \uac12\uc744 \ubb38\uc790\uc5f4\ub85c \ubcc0\ud658\ud55c \ud6c4<br \/>\u00a0\u00a0 <span style=\"font-weight: bold\">cookie.setValue(countStr)<\/span>; \/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \ucfe0\ud0a4\uac12\uc744 \uc0c8\ub86d\uac8c \uc124\uc815\ud55c\ub2e4.<br \/>}<br \/>else { \/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \ucfe0\ud0a4\uac00 \uc5c6\uc73c\uba74<br \/>\u00a0\u00a0 <span style=\"font-weight: bold\">cookie = new Cookie(&#8220;counter&#8221;, &#8220;1&#8221;); <\/span><span>\/\/ counter\ub780 \uc774\ub984\uc73c\ub85c \ucd08\uae30\uac12 1\uc778 \ucfe0\ud0a4\ub97c \uc0dd\uc131\ud55c\ub2e4.<\/span><br \/>}<\/p>\n<p><span style=\"font-weight: bold\">response.addCookie(cookie); <\/span><span>\/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \ucfe0\ud0a4\uc640 \uadf8 \uac12\uc744 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc804\ub2ec\ud55c\ub2e4.<\/span><br \/>%&gt;<br \/>&lt;h2&gt;\ub2f9\uc2e0\uc740 &lt;%=<span style=\"font-weight: bold\">cookie.getValue()<\/span>%&gt;<br \/>\ubc88\uc9f8 \ubc29\ubb38\ud558\uc168\uc2b5\ub2c8\ub2e4.&lt;\/h2&gt;<br \/>&lt;\/body&gt;<br \/>&lt;\/html&gt;<\/div>\n<div style=\"width: 462px\" class=\"wp-caption aligncenter\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.happyfam.or.kr\/ysoh\/wp-content\/uploads\/sites\/3\/1\/cfile3.uf.1818A5264A9A0E535CE236.png?resize=452%2C182\" width=\"452\" height=\"182\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" \/><p class=\"wp-caption-text\">cCounter.jsp \uc2e4\ud589\uacb0\uacfc<\/p><\/div>\n<div>\uc704 \ud504\ub85c\uadf8\ub7a8\uc740 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c \uc804\ub2ec\ub41c \ucfe0\ud0a4 \uc911 \ucfe0\ud0a4\uc774\ub984\uc774 &#8220;counter&#8221;\uc778 \ucfe0\ud0a4\uc758 \ucfe0\ud0a4\uac12\uc744 \ucc3e\ub294\ub2e4. \ub9cc\uc57d &#8220;counter&#8221;\ub77c\ub294 \uc774\ub984\uc758 \ucfe0\ud0a4\uac00 \uc5c6\uc73c\uba74 &#8220;counter&#8221;\ub780 \uc774\ub984\uacfc 1\uc744 \ucd08\uae30\uac12\uc73c\ub85c \ud558\ub294 \ucfe0\ud0a4\ub97c \uc0dd\uc131\ud55c \ud6c4 response.addCookie \uba54\uc18c\ub4dc\ub97c \uc774\uc6a9 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \ucfe0\ud0a4\ub97c \uc800\uc7a5\ud55c\ub2e4. \ub9cc\uc57d &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \ucfe0\ud0a4\uac00 \uc788\ub2e4\uba74 \ud574\ub2f9 \ucfe0\ud0a4\uc758 \uac12\uc744 \uc77d\uc5b4 \uadf8 \uac12\uc744 \ud558\ub098 \uc99d\uac00\uc2dc\ud0a8 \ud6c4 \ub2e4\uc2dc \uc9c0\uc815\ud55c \ud6c4 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc800\uc7a5\ud55c\ub2e4.\u00a0<\/div>\n<div><\/div>\n<div><div style=\"width: 568px\" class=\"wp-caption aligncenter\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.happyfam.or.kr\/ysoh\/wp-content\/uploads\/sites\/3\/1\/cfile29.uf.1315020C4A9A0E5482E914.png?resize=558%2C340\" width=\"558\" height=\"340\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" \/><p class=\"wp-caption-text\">cCounter.jsp\uc758 \uc6d0\ub9ac<\/p><\/div><\/div>\n<div><\/div>\n<div>\uc704 \uadf8\ub9bc\uc740 \ud504\ub85c\uadf8\ub7a8 &#8220;cCounter.jsp&#8221;\uc758 \ucc98\ub9ac\uacfc\uc815\uc744 \ub3c4\uc2dd\ud654\ud55c \uac83\uc774\ub2e4. \uc88c\uce21\uc758 \uc0ac\uac01\ud615\uc740 \ud074\ub77c\uc774\uc5b8\ud2b8\ub97c \uc6b0\uce21\uc758 \uc0ac\uac01\ud615\uc740 \uc11c\ubc84\ub97c \ub098\ud0c0\ub0b8\ub2e4.\u00a0&#8220;cCounter.jsp&#8221;\uc73c\ub85c\uc758\u00a0\uccab \uc811\uc18d\uc5d0\uc11c\ub294 \uc9c0\uc815\ub41c \ucfe0\ud0a4\uac00 \uc5c6\uc73c\ubbc0\ub85c \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c \uc11c\ubc84\ub85c \uc804\ub2ec\ub418\ub294 \ucfe0\ud0a4 \ub610\ud55c \uc5c6\ub2e4. \ub530\ub77c\uc11c\u00a0&#8220;cCounter.jsp&#8221;\ub294 &#8220;counter&#8221;\/&#8221;1&#8243;\uc744 \uc30d\uc73c\ub85c \ud558\ub294 \ucfe0\ud0a4\ub97c \uc0dd\uc131\ud558\uace0 \uacb0\uacfc\uc5d0 \ud574\ub2f9 \ucfe0\ud0a4\ub97c \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc804\ub2ec\ud55c\ub2e4. \uadf8\ub7ec\uba74 \ub450 \ubc88\uc9f8 \uc811\uc18d\uc5d0\uc11c \ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \uc800\uc7a5\ub41c \ucfe0\ud0a4\u00a0&#8220;counter&#8221;\/&#8221;1&#8243;\uc744 \uc11c\ubc84\ub85c \uc804\ub2ec\ud558\uace0\u00a0&#8220;cCounter.jsp&#8221;\ub294 \ud558\ub098 \uc99d\uac00\uc2dc\ud0a8 \uac12\uc73c\ub85c \uc7ac \uc124\uc815\u00a0&#8220;counter&#8221;\/&#8221;2&#8243;\ub97c \uc30d\uc73c\ub85c \ud558\ub294 \ucfe0\ud0a4\ub97c \uc0dd\uc131\ud558\uace0 \uacb0\uacfc\uc5d0 \ud574\ub2f9 \ucfe0\ud0a4\ub97c \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc0c8\ub86d\uac8c \uc804\ub2ec\ud55c\ub2e4. \uc138 \ubc88\uc9f8 \uc811\uc18d\uc5d0\uc11c\ub294 \ucfe0\ud0a4\u00a0&#8220;counter&#8221;\/&#8221;2&#8243;\uac00 \uc11c\ubc84\ub85c \uc804\ub2ec\ub418\uace0 \uc11c\ubc84\ub294\u00a0&#8220;counter&#8221;\/&#8221;3&#8243;\uc73c\ub85c \ucfe0\ud0a4\ub97c \uc7ac \uc124\uc815\ud574 \ud074\ub77c\uc774\uc5b8\ud2b8\ub85c \uc804\ub2ec\ud55c\ub2e4. \uadf8\ub7ec\ubbc0\ub85c \uc7ac \uc811\uc18d\uc774 \uc694\uad6c\ub420 \ub54c \ub9c8\ub2e4 \ud558\ub098 \uc99d\uac00\ub41c \uac12\uc774 \uc11c\ubc84\ub85c\ubd80\ud130 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 \uc800\uc7a5\ub418\uac8c \ub41c\ub2e4.<\/div>\n<div>\uc138\uc158\uc744 \uc774\uc6a9\ud55c \uce74\uc6b4\ud130<\/div>\n<div><\/div>\n<div>\uc544\ub798 \ud504\ub85c\uadf8\ub7a8 &#8220;sCounter.jsp&#8221;\uc740 \uc138\uc158\uc744 \uc774\uc6a9\ud574 \uce74\uc6b4\ud130 \ud504\ub85c\uadf8\ub7a8\uc744 \uc791\uc131\ud55c \uac83\uc774\ub2e4. \uc774 \ud504\ub85c\uadf8\ub7a8 \uc5ed\uc2dc \ucfe0\ud0a4\ub85c \uad6c\ud604\ud55c \ud504\ub85c\uadf8\ub7a8\uacfc \ub9c8\ucc2c\uac00\uc9c0\ub85c \ube0c\ub77c\uc6b0\uc800\ubcc4\ub85c 1\ubd80\ud130 \uc2dc\uc791 \uc7ac \uc811\uc18d\uc774 \uc694\uad6c\ub420 \ub54c \ub9c8\ub2e4 \ud558\ub098 \uc529 \uc99d\uac00\ub41c\ub2e4.<\/p>\n<div>&lt;%@ page language=&#8221;java&#8221; contentType=&#8221;text\/html; charset=EUC-KR&#8221;<br \/>\u00a0 \u00a0 pageEncoding=&#8221;EUC-KR&#8221;%&gt;<br \/>&lt;!DOCTYPE html PUBLIC &#8220;-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN&#8221; <br \/>&#8220;http:\/\/www.w3.org\/TR\/html4\/loose.dtd&#8221;&gt;<br \/>&lt;html&gt;<br \/>&lt;head&gt;<br \/>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text\/html; charset=EUC-KR&#8221;&gt;<br \/>&lt;title&gt;Insert title here&lt;\/title&gt;<br \/>&lt;\/head&gt;<br \/>&lt;body&gt;<br \/>&lt;%<br \/><span style=\"font-weight: bold\">Integer countNum =(Integer)session.getAttribute(&#8220;counter&#8221;);\u00a0<br \/><span style=\"font-weight: normal\">\/\/ \u00a0&#8220;counter&#8221; \uc774\ub984\uc758 \uc138\uc158\uac12\uc744 \uc800\uc7a5\ud55c\ub2e4.<\/span><\/span><\/div>\n<div>if(<span style=\"font-weight: bold\">countNum == null<\/span>) \/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \uc138\uc158\uac12\uc774 \uc5c6\uc73c\uba74<br \/>{<br \/>\u00a0\u00a0 countNum = new Integer(1); \/\/ \ucd08\uae30\uac12\uc73c\ub85c 1\uc744 \uc800\uc7a5\ud558\uace0<br \/>}<br \/>else \/\/ &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \uc138\uc158\uac12\uc774 \uc788\uc73c\uba74<br \/>{<br \/>\u00a0\u00a0 int num = countNum.intValue(); \/\/ \uadf8 \uac12\uc744 \uc815\uc218\ub85c \ubcc0\ud658\ud55c \ud6c4<br \/>\u00a0\u00a0 num++; \/\/ \uadf8 \uac12\uc744 \ud558\ub098 \uc99d\uac00\uc2dc\ud0a8 \ud6c4\u00a0<br \/>\u00a0\u00a0 countNum = new Integer(num); \/\/ \uc99d\uac00\ub41c \uac12\uc73c\ub85c \uc800\uc7a5\ud55c\ub2e4.<br \/>}<\/p>\n<p><span style=\"font-weight: bold\">session.setAttribute(&#8220;counter&#8221;, countNum)<\/span>;\u00a0<br \/>\/\/ \uc0c8\ub86d\uac8c \uc9c0\uc815\ub41c \uac12\uc744 &#8220;counter&#8221;\ub780 \uc774\ub984\uacfc \ud568\uaed8 \uc800\uc7a5\ud55c\ub2e4.<\/div>\n<div>%&gt;<br \/>&lt;h2&gt;\ub2f9\uc2e0\uc740 &lt;%=countNum.intValue()%&gt;<br \/>\ubc88\uc9f8 \ubc29\ubb38\ud558\uc168\uc2b5\ub2c8\ub2e4.&lt;\/h2&gt;<br \/>\uc138\uc158ID : &lt;%= <span style=\"font-weight: bold\">session.getId()<\/span> %&gt;<br \/>&lt;\/body&gt;<br \/>&lt;\/html&gt;<\/div>\n<p><div style=\"width: 462px\" class=\"wp-caption aligncenter\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.happyfam.or.kr\/ysoh\/wp-content\/uploads\/sites\/3\/1\/cfile10.uf.181BA10B4A9A0E5326B894.png?resize=452%2C182\" width=\"452\" height=\"182\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" \/><p class=\"wp-caption-text\">sCounter.jsp \uc2e4\ud589\uacb0\uacfc<\/p><\/div><\/div>\n<div>\uc704 \ud504\ub85c\uadf8\ub7a8\uc740 &#8220;cCounter.jsp&#8221;\uc640 \ube44\uad50\ud558\uc5ec \ucfe0\ud0a4 \ub300\uc2e0 \uc138\uc158\uc744 \uc774\uc6a9\ud588\ub2e4\ub294 \ucc28\uc774\uc810\uc744 \uc81c\uc678\ud558\uba74 \uad6c\ud604 \uc6d0\ub9ac\ub294 \uc720\uc0ac\ud558\ub2e4. \uc774 \ud504\ub85c\uadf8\ub7a8 \uc5ed\uc2dc &#8220;counter&#8221;\ub780 \uc774\ub984\uc73c\ub85c \uc800\uc7a5\ub41c \uc138\uc158\uc774\ub984\uc774 \uc788\ub294\uc9c0 \ucc3e\uc740 \ud6c4 \uc5c6\uc73c\uba74 \ucd08\uae30\uac12\uc744 1\ub85c \uac00\uc9c0\ub294 &#8220;counter&#8221;\ub77c\ub294 \uc774\ub984\uc758 \uc138\uc158\uc744 \ub9cc\ub4e4\uace0 &#8220;counter&#8221;\ub77c\ub294 \uc774\ub984\uc758 \uc138\uc158\uc774 \uc788\ub2e4\uba74 \uadf8 \uac12\uc744 \ud558\ub098 \uc99d\uac00\uc2dc\ucf1c \ub2e4\uc2dc \uc9c0\uc815\ud55c\ub2e4.<\/div>\n<div><div style=\"width: 515px\" class=\"wp-caption aligncenter\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/www.happyfam.or.kr\/ysoh\/wp-content\/uploads\/sites\/3\/1\/cfile30.uf.123476134A9A0E544BD704.png?resize=505%2C445\" width=\"505\" height=\"445\" alt=\"\uc0ac\uc6a9\uc790 \uc0bd\uc785 \uc774\ubbf8\uc9c0\" \/><p class=\"wp-caption-text\">sCounter.jsp\uc758 \uc6d0\ub9ac<\/p><\/div><\/div>\n<div>\uc704 \uadf8\ub7a8\uc740 &#8220;sCounter.jsp&#8221;\uc758 \ucc98\ub9ac\uad00\uc815\uc744 \ub3c4\uc2dd\ud654 \ud55c \uac83\uc774\ub2e4. \uc774 \uadf8\ub9bc\uc5d0\uc11c \ucd5c\ucd08 \uc811\uc18d \uc2dc \ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \uc11c\ubc84\ub85c \uc804\ub2ec\ud558\ub294 \uc138\uc158\uc815\ubcf4 &#8220;JSESSIONID&#8221;\uac00 \uc5c6\ub2e4. \ub530\ub77c\uc11c &#8220;sCounter.jsp&#8221;\uc5d0\uc11c\ub294 &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \uc138\uc158 \uc5ed\uc2dc \ucc3e\uc744 \uc218 \uc5c6\uae30 \ub54c\ubb38\uc5d0 if \ubb38\uc758 \uc870\uac74\uc2dd\u00a0<\/div>\n<div><span style=\"font-weight: bold\"><br \/><\/span><\/div>\n<div><span style=\"font-weight: bold\">countNum == null<\/span><\/div>\n<div><\/div>\n<div>\uac00 \ucc38\uc774\ub418\uc5b4 \ucd08\uae30\uac12\uc744 1\ub85c \ud558\ub294 &#8220;counter&#8221;\ub780 \uc774\ub984\uc758 \uc138\uc158\uc744 \uc0dd\uc131 \uc11c\ubc84\uc5d0 \uc800\uc7a5\ud55c\ub2e4. \uadf8\ub9ac\uace0 \uc774\uc640 \ub3d9\uc2dc\uc5d0 \uc11c\ubc84\ub294 \uace0\uc720\ud55c \uc138\uc158\uc544\uc774\ub514\ub97c \uc0dd\uc131 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0 &#8220;JSESSIONID&#8221;\ub780 \uc774\ub984\uacfc \ud568\uaed8 \ucfe0\ud0a4\ub85c \uc804\ub2ec\ud55c\ub2e4. \uadf8\ub7ec\uba74 \ub450 \ubc88\uc9f8 \uc811\uc18d\ubd80\ud130 \ud074\ub77c\uc774\uc5b8\ud2b8\ub294 \uc11c\ubc84\uc5d0 &#8220;JSESSIONID&#8221;\/&#8221;\uc138\uc158\uc544\uc774\ub514&#8221;\ub97c \uc30d\uc73c\ub85c \ud558\ub294 \ucfe0\ud0a4\uc815\ubcf4\ub97c \uc11c\ubc84\uc5d0 \uc804\ub2ec\ud558\uac8c \ub41c\ub2e4. \uadf8\ub7ec\uba74 \uc11c\ubc84\ub294 \ud074\ub77c\uc774\uc5b8\ud2b8\uc5d0\uc11c \uc804\ub2ec\ub41c \uc138\uc158\uc544\uc774\ub514\ub97c \uac00\uc9c0\uace0 \uadf8\uc640 \uad00\ub828\ub41c \uc800\uc7a5\uacf5\uac04\uc5d0\uc11c &#8220;counter&#8221;\ub780 \uc774\ub984\uacfc \ud568\uaed8 \uc30d\uc73c\ub85c \uc800\uc7a5\ub41c \uac12\uc744 \ucc3e\uc544 \uadf8 \uac12\uc744 \ud558\ub098 \uc99d\uac00\uc2dc\ud0a8 \ud6c4 \uc0c8\ub86d\uac8c \ubcc0\uacbd\ub41c \uc138\uc158\uc815\ubcf4\ub97c \ub2e4\uc2dc \uc11c\ubc84\uc5d0 \uc800\uc7a5\ud55c\ub2e4.<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ucfe0\ud0a4\ub97c \uc774\uc6a9\ud55c \uce74\uc6b4\ud130 \ub2e4\uc74c \ud504\ub85c\uadf8\ub7a8 &#8220;cCounter.jsp&#8221;\ub294 \ucfe0\ud0a4\ub97c \uc774\uc6a9\ud574 \uce74\uc6b4\ud130\ub97c \uad6c\ud604\ud55c \ud504\ub85c\uadf8\ub7a8\uc774\ub2e4. \ucfe0\ud0a4\ub294 \ube0c\ub77c\uc6b0\uc800\ubcc4\ub85c \uac01\uac01 \uc800\uc7a5 \uad00\ub9ac\ub418\ubbc0\ub85c \uc774 \ud504\ub85c\uadf8\ub7a8\uc740 \ud504\ub77c\uc6b0\uc800\ubcc4\ub85c \uac01\uac01 1\uc5d0\uc11c \uc2dc\uc791\ud558\uc5ec \ube0c\ub77c\uc6b0\uc800\uc758 \uc0c8\ub85c\uace0\uce68 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud560 \ub54c \ub9c8\ub2e4 1 \uc529 \uc99d\uac00\ub41c\ub2e4. &lt;%@ page language=&#8221;java&#8221; contentType=&#8221;text\/html; charset=EUC-KR&#8221;\u00a0 \u00a0 pageEncoding=&#8221;EUC-KR&#8221;%&gt;&lt;!DOCTYPE html PUBLIC &#8220;-\/\/W3C\/\/DTD HTML 4.01 Transitional\/\/EN&#8221; &#8220;http:\/\/www.w3.org\/TR\/html4\/loose.dtd&#8221;&gt;&lt;html&gt;&lt;head&gt;&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text\/html; charset=EUC-KR&#8221;&gt;&lt;title&gt;Insert title here&lt;\/title&gt;&lt;\/head&gt;&lt;body&gt;&lt;%Cookie [] cookieArray = request.getCookies(); \/\/\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.happyfam.or.kr\/ysoh\/%ec%bf%a0%ed%82%a4-%eb%b0%8f-%ec%84%b8%ec%85%98%ec%9d%84-%ec%9d%b4%ec%9a%a9%ed%95%9c-%ec%b9%b4%ec%9a%b4%ed%84%b0\/\">Read More &raquo;<\/a><\/span><\/p>\n","protected":false},"author":3,"featured_media":2776,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[244],"tags":[15,29,108],"class_list":["post-2775","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-jsp","tag-eclipse","tag-jsp","tag-108"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/www.happyfam.or.kr\/ysoh\/wp-content\/uploads\/sites\/3\/1\/cfile3.uf.1818A5264A9A0E535CE236.png?fit=452%2C182&ssl=1","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p776QY-IL","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/posts\/2775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/comments?post=2775"}],"version-history":[{"count":0,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/posts\/2775\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/media\/2776"}],"wp:attachment":[{"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/media?parent=2775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/categories?post=2775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.happyfam.or.kr\/ysoh\/wp-json\/wp\/v2\/tags?post=2775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}