Package org.simpleframework.http.session

Examples of org.simpleframework.http.session.SessionManager


    *
    * @param duration this is the idle life of the sessions
    * @param unit the time unit used to measure the duration
    */
   public CookieTracker(long duration, TimeUnit unit) {
      this.provider = new SessionManager(duration, unit);
   }
View Full Code Here

TOP

Related Classes of org.simpleframework.http.session.SessionManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.