|
|
|
|
|
by stevencorona
1406 days ago
|
|
I really enjoy working with LiveView and have personally built several substantially sized apps with it. One of my current frustrations is the inability, out-of-the-box, to write to sessions from LiveView. I understand the reason why, but I personally find the "redirect to a controller to set the cookie" pattern to be a bit hacky and more work than I'd like in order to just.. set a cookie. I hope that a future release has a built-in pattern for writing sessions and cookies in general. |
|