Class ModifiedHASession

    • Constructor Detail

      • ModifiedHASession

        public ModifiedHASession​(Manager manager)
        Creates a new instance of ModifiedHASession
    • Method Detail

      • setAttribute

        public void setAttribute​(String name,
                                 Object value)
        set the attribute name to the value value and update the dirty flag to true
        Specified by:
        setAttribute in interface jakarta.servlet.http.HttpSession
        Overrides:
        setAttribute in class StandardSession
        Parameters:
        name -
        value -
      • removeAttribute

        public void removeAttribute​(String name)
        remove the attribute name and update the dirty flag to true
        Specified by:
        removeAttribute in interface jakarta.servlet.http.HttpSession
        Overrides:
        removeAttribute in class StandardSession
        Parameters:
        name -