6 Replies Latest reply on Jun 29, 2012 1:05 AM by rocky07

    Implement evaluation version licensing for a gatein application - disables login when the grace period is expired

    rocky07

      hi ..

      i have this application which gives an evaluation time period for its users, for the same i have obtained and store the installation date locally.. now my application needs to restrict login for its users once the grace period is timed out.. what is the best way to implement this..

      i thought of implementing a filter in my application end which, checks for expirty once the login is made and invalidates the session for all failing condition and the reloads the portlet to return to login screen..