public interface CookieManager
Modifier and Type | Method and Description |
---|---|
byte[] |
readCookie()
Read and return a cookie from storage.
|
void |
writeCookie(byte[] cookie)
Writes a cookie to storage.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.