dashboard
repositories
filestore
activity
search
login
STEPHANIE FOPOSSI
/
sources_fdx_api
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
add fdx-commons and fdx-consultation
Kenmegne
7 days ago
23a46b4be35277e06ec89f48730eeb694e686be8
[~fstephanie/sources_fdx_api.git]
/
fdx-commons
/
fdxcommons-service-impl
/
src
/
main
/
webapp
/
WEB-INF
/
web.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="UTF-8"?>
<web-app version="4.0" xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd">
<session-config>
<session-timeout>
30
</session-timeout>
</session-config>
</web-app>