All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.servlet.http.HttpSession Maven / Gradle / Ivy

package javax.servlet.http;

public interface HttpSession {

    Object getAttribute(String name);

    void setAttribute(String name, Object value);

    void putValue(String name,Object value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy