GenieFramework / Stipple.jl

The reactive UI library for interactive data applications with pure Julia.
MIT License
324 stars 27 forks source link

Fix invalid session key #243

Closed svilupp closed 11 months ago

svilupp commented 12 months ago

Fixes https://github.com/GenieFramework/Stipple.jl/issues/242

It reverts one of the changes made as part of this commit, where key Router.params() key :SESSION has been replaced with :session.

This has caused problems downstream with GenieAuthentication.

essenciary commented 11 months ago

@svilupp thanks!