diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-09-19 16:19:00 +0200 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-09-19 16:19:00 +0200 | 
| commit | a27cf61551c129aee48ea533ad73f2ade37a757a (patch) | |
| tree | c97a1ccc7b3afdec906c609de165b582db2b3149 /id/server/idserverlib/src/main | |
| parent | 2c7d70f182b554321b6baf3e225139a883d61035 (diff) | |
| download | moa-id-spss-a27cf61551c129aee48ea533ad73f2ade37a757a.tar.gz moa-id-spss-a27cf61551c129aee48ea533ad73f2ade37a757a.tar.bz2 moa-id-spss-a27cf61551c129aee48ea533ad73f2ade37a757a.zip | |
ConfigWebTool Version 0.9.5
 --PVP2 Login
 --PVP2 Users to UserDatabase functionality
 --Mailaddress verification
 --Mail status messages to users and admin
 --add List with OpenRequests for admins
 --change OA Target configuration
 --add cleanUp Thread to remove old unused UserAccount requests
 --update UserDatabase to support PVP2 logins
 --add formID element validate received forms
 -- add first classes for STORK configuration
make some Bugfixes
Diffstat (limited to 'id/server/idserverlib/src/main')
| -rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationSessionCleaner.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationSessionCleaner.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationSessionCleaner.java index 7db8adb6f..b45586bd6 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationSessionCleaner.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationSessionCleaner.java @@ -37,7 +37,7 @@ import at.gv.egovernment.moa.logging.Logger;  public class AuthenticationSessionCleaner implements Runnable {    /** interval the <code>AuthenticationSessionCleaner</code> is run in */ -  private static final long SESSION_CLEANUP_INTERVAL = 5 * 60; // 30 min +  private static final long SESSION_CLEANUP_INTERVAL = 5 * 60; // 5 min  	/**  	 * Runs the thread. Cleans the <code>AuthenticationServer</code> session store | 
