kemal-session-file
kemal-session-file
File System based session storage for Kemal
Installation
Add this to your application's shard.yml
:
dependencies:
kemal-session-file:
github: kemalcr/kemal-session-file
Usage
Be sure that the session path folder is writable by the user.
require "kemal"
require "kemal-session-file"
Session.config.engine = Session::FileSystemEngine.new({:sessions_dir => "./your/session/path/"})
Kemal.run
Contributing
- Fork it ( https://github.com/kemalcr/kemal-session-file/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- sdogruyol Serdar Dogruyol - creator, maintainer
Repository
kemal-session-file
Owner
Statistic
- 0
- 0
- 0
- 0
- 1
- over 7 years ago
- December 30, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 03:28:42 GMT
Languages