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

com.terapico.caf.baseelement.Session Maven / Gradle / Ivy

package com.terapico.caf.baseelement;

public class Session extends Cookie {
	boolean httpOnly = true;
	public Session() {
		// TODO Auto-generated constructor stub
	}
	public boolean isHttpOnly() {
		return httpOnly;
	}
	
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy