*
* @throws IOException
* Signals that an I/O exception has occurred.
*/
MyCookieStore() throws IOException {
final MemoryStateConfig params = new MemoryStateConfig();
params.setId(COOKIESTORE);
myState = new StateBuilder().withConfig(params).build();
}