java/nekurak.net-rest/web/WEB-INF/web.xml
changeset 75 18ed62105526
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/nekurak.net-rest/web/WEB-INF/web.xml	Tue Mar 23 00:50:39 2010 +0100
     1.3 @@ -0,0 +1,12 @@
     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>