Sessions DB Table Task
| PullRequest | https://github.com/fuel/core/pull/786 Run this task to set add/remove/clear the db sessions table Table name will be generated from your config file. for your app. This could be expanded in app/tasks for application specific stuff. | 
|---|---|
| package | Fuel | 
| version | 1.1 | 
| author | Daniel Berry | 
| license | MIT License Usage: php oil r session = will prompt with menu php oil r session:create = create the db table. php oil r session:remove = remove the sessions table php oil r session:clear = clear the sessions table | 
clear()
create()
help()
remove()
run()