persistent sessions across app restarts and across browser restarts

This commit is contained in:
Athou
2014-08-12 11:24:11 +02:00
parent 114ab6834c
commit a10d0336c5
2 changed files with 20 additions and 1 deletions

3
.gitignore vendored
View File

@@ -7,6 +7,9 @@ target
# log files
log
# jetty sessions
sessions
# node
node
node_modules