Skip to content

Commit b9b4585

Browse files
committed
단순 수정
1 parent 2046298 commit b9b4585

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

  • coding-actions/coding-actions-struts/src/main/webapp/WEB-INF
  • exception-handling/exception-handling-struts/src/main/webapp/WEB-INF/views

coding-actions/coding-actions-struts/src/main/webapp/WEB-INF/web.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@
1919
<filter-name>struts2</filter-name>
2020
<url-pattern>/*</url-pattern>
2121
</filter-mapping>
22+
23+
<session-config>
24+
<tracking-mode>COOKIE</tracking-mode>
25+
</session-config>
2226
</web-app>

exception-handling/exception-handling-struts/src/main/webapp/WEB-INF/views/register.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<s:submit/>
1919
</s:form>
2020

21+
<s:debug/>
22+
2123
<hr>
2224
</body>
2325
</html>

0 commit comments

Comments
 (0)