Uses of Class
com.marringtons.util.Session

Packages that use Session
com.marringtons.util Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is - caches, maps, semaphores, sessions, threads and much more. 
 

Uses of Session in com.marringtons.util
 

Methods in com.marringtons.util that return Session
static Session Session.create()
          Create a new session.
static Session Session.current(String sessionID)
          Get a session given a string key provided by the browser.
static Session Session.current()
          Get the current session based on the thread name.
 



Copyright © 2005 Paul Marrington http://library.marringtons.com