Skip to content

allow to customize flash cookie #470

@jknack

Description

@jknack

There is no way to customize the flash cookie (path, secure, httpOnly, name, etc..). Will be nice to let user to customize the cookie, programmatically like:

{
   use(new FlashScope(new Cookie.Definition("myapp.flash")));
}

or via .conf file:

flash.cookie.name="myapp.flash"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions