amethyst-framework / amethyst

Amethyst is a Rails inspired web-framework for Crystal language
https://github.com/amethyst-framework
MIT License
648 stars 46 forks source link

Add support for sessions #49

Closed drujensen closed 8 years ago

drujensen commented 8 years ago

This is to add support for sessions. This is currently in-memory only. We will need to look at supporting an adapter pattern to support other strategies for shared sessions like memcache. Also, I did some cleanup and added a couple specs for the Session.

Codcore commented 8 years ago

Good job!