Changeset 1783 for trunk/grails-app/services/dbnp
- Timestamp:
- Apr 20, 2011, 4:31:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/services/dbnp/authentication/AuthenticationService.groovy
r1588 r1783 19 19 class AuthenticationService { 20 20 def springSecurityService 21 static final int expiryTime = 60; // Number of minutes a remotely logged in user remains active21 static final int expiryTime = 12 * 60; // Number of minutes a remotely logged in user remains active 22 22 23 23 static transactional = true
Note: See TracChangeset
for help on using the changeset viewer.