luckyframework / website-old

The old website for Lucky (archived)
https://github.com/luckyframework/website-v2
MIT License
11 stars 29 forks source link

document missing cookie/session deleted? method. #217

Open jwoertink opened 5 years ago

jwoertink commented 5 years ago

Fixes #125

The other methods were already documented. Just added the missing deleted? method. I noticed there's some other methods in there that are pubic like write(headers), and update(cookies), but I'm not sure about those. If you want them documented, I can add that in too.

jwoertink commented 5 years ago

Do you think with the amount of info on sessions and cookies and flash that maybe they should go on to their own page?

ninja edit: the actions and routing could also link to it...

paulcsmith commented 5 years ago

Hmm I think for now let’s keep it in this page. I’ve got some ideas to rework the guides into fewer sections with subsections in them. So action would have a routing section, flash section, etc.

For now though I think it’s ok in the same page

jwoertink commented 5 years ago

Ok, this update includes all of the individual HTTP::Cookie methods available and how they work.