java/nekurak.net-ws/web/WEB-INF/web.xml
changeset 188 74d06a8a4948
parent 187 e7b3ef7aaef4
child 189 fcd69520f12d
     1.1 --- a/java/nekurak.net-ws/web/WEB-INF/web.xml	Tue Jul 19 15:20:47 2011 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,12 +0,0 @@
     1.4 -<?xml version="1.0" encoding="UTF-8"?>
     1.5 -
     1.6 -<web-app xmlns="http://java.sun.com/xml/ns/javaee"
     1.7 -	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     1.8 -	 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
     1.9 -	 version="3.0">
    1.10 -	<session-config>
    1.11 -		<session-timeout>
    1.12 -			30
    1.13 -		</session-timeout>
    1.14 -	</session-config>
    1.15 -</web-app>