java/nekurak.net-ws/web/WEB-INF/web.xml
changeset 145 0efefbf5f8b6
parent 98 75dec396f0e3
     1.1 --- a/java/nekurak.net-ws/web/WEB-INF/web.xml	Mon Apr 12 10:50:39 2010 +0200
     1.2 +++ b/java/nekurak.net-ws/web/WEB-INF/web.xml	Sun Jun 20 14:46:47 2010 +0200
     1.3 @@ -4,9 +4,9 @@
     1.4  	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.5  	 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
     1.6  	 version="3.0">
     1.7 -    <session-config>
     1.8 -        <session-timeout>
     1.9 -            30
    1.10 -        </session-timeout>
    1.11 -    </session-config>
    1.12 +	<session-config>
    1.13 +		<session-timeout>
    1.14 +			30
    1.15 +		</session-timeout>
    1.16 +	</session-config>
    1.17  </web-app>