Skip to content

Version 5 - Roadmap #7

Description

@odan

Here are some initial ideas:

Breaking Changes

  • All classes will be “final” by default. So extending will not be possible in the future. ✔️
  • Move all interface into its own namespace: Odan\Session\Interfaces
  • Remove SessionDoublePassMiddleware ✔️
  • Rename class PhpSession to Session
  • Remove MemorySession class
  • Move SessionMiddleware into its own namespace: Odan\Session\Middleware ✔️
  • Add a native PHP session cookie handler, e.g. Odan\Session\Cookie
    • Remove setCookieParams and getCookieParams
  • Move this library to selective/session

New Features

  • Add flash massages ✔️
  • Add support for dot notation using selective/array-reader
  • Throw SessionException instead of returning false for errors ✔️

Please add additional thoughts below.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions