| author | František Kučera <franta-hg@frantovo.cz> |
| Wed, 30 Jun 2010 00:26:14 +0200 | |
| changeset 149 | 8238cdb4113a |
| parent 145 | 0efefbf5f8b6 |
| permissions | -rw-r--r-- |
| franta-hg@98 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| franta-hg@98 | 2 |
|
| franta-hg@98 | 3 |
<web-app xmlns="http://java.sun.com/xml/ns/javaee" |
| franta-hg@98 | 4 |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| franta-hg@98 | 5 |
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" |
| franta-hg@98 | 6 |
version="3.0"> |
| franta-hg@145 | 7 |
<session-config> |
| franta-hg@145 | 8 |
<session-timeout> |
| franta-hg@145 | 9 |
30 |
| franta-hg@145 | 10 |
</session-timeout> |
| franta-hg@145 | 11 |
</session-config> |
| franta-hg@98 | 12 |
</web-app> |