Skip to content

Unable to pass additional options to Roda session plugin #1115

Description

@jaredcwhite

When using init :ssr, sessions: true which loads Roda's session plugin, there's no way to provide additional options to that plugin. I would have to use sessions: false and manually set up the Roda plugin as a workaround.

We should add something akin to init :ssr, sessions: true, session_options: { ... } or possibly allow sessions keyword argument to accept an options hash directly in addition to a boolean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Fields

    No fields configured for Bug.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions