Class ThreadSessionMap


  • public final class ThreadSessionMap
    extends java.lang.Object
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • set

        public static void set​(WebIServerSession session)
        sets the session in the threadlocal
        Parameters:
        session - WebIServerSession instance to be used for initializing this instance
      • clear

        public static void clear()
        clears the value of the session stored in the threadlocal
      • cleanup

        public static void cleanup()
        Cleans up any thread local storage associated with the current thread.