Skip to content

cookie session store #427

@jknack

Description

@jknack

Next release will have a client side session store, where data will be persisted as cookie.

{
  cookieSession();

  get("/", req -> {
    Session session = req.session();
    session.set("foo", "bar");
    return "OK";
  });
}

This feature requires an application.secret in order to sign (not encrypt) the cookie

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions