Ignore:
Timestamp:
Mar 8, 2010, 6:25:07 PM (13 years ago)
Author:
duh
Message:
  • increased session lifetime to 7 days
  • improved wizard study template selector
  • wizard study page now contains study template fields (which are not yet handled)
  • added protocol selector to event descriptions page
  • renamed the 'blood sampling' protocol to 'Blood sampling' (it was duplicately named 'Liver sampling')
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BaseFilters.groovy

    r172 r246  
    2424                                        session.style = 'default_style'
    2525                                }
     26
     27                                // set session lifetime to 1 week
     28                                session.setMaxInactiveInterval(604800)
    2629                        }
    2730                }
Note: See TracChangeset for help on using the changeset viewer.