java/nekurak.net-rest/web/WEB-INF/web.xml
changeset 78 77d86ffbf55b
parent 77 5378f8dc8fa9
child 79 b04d98cf60dd
     1.1 --- a/java/nekurak.net-rest/web/WEB-INF/web.xml	Tue Mar 23 01:12:16 2010 +0100
     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>