Example usage for org.apache.shiro.web.servlet Cookie interface-usage

List of usage examples for org.apache.shiro.web.servlet Cookie interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.web.servlet Cookie interface-usage.

Usage

From source file com.rekoe.shiro.web.SimpleCookie.java

/**
 * Default {@link Cookie Cookie} implementation. 'HttpOnly' is supported out of
 * the box, even on Servlet {@code 2.4} and {@code 2.5} container
 * implementations, using raw header writing logic and not
 * {@link javax.servlet.http.Cookie javax.servlet.http.Cookie} objects (which
 * only has 'HttpOnly' support in Servlet {@code 2.6} specifications and above).