authlogic - do I still need Rails sessions?
- by tg
Hi,
I'm a newbie to Rails and am starting a new project that uses AuthLogic. I'm just a little confused about whether AuthLogic provides everything I need to store session state, or whether I still have to include the Rails mechanism (rake db:sessions:create).
Thanks!
T