Restful plugin with session table

hi,

I want to use this plugin with sessions table with configuration in
environment.rb

config.action_controller.session_store = :active_record_store

and
rake db:sessions:create
rake db:migrate

but strange its not allowing me to login. and if I remove configuration
from environment.rb its working
any idea ??
I want to use sessions with sessions table.

thanks in advance.

Milan D. wrote:

If you go to console and try to create session objects what happens?

Milan D.
http://www.milandobrota.com

thanks for your reply…session’s object is cretaed and there is a
database entry in session table…

If you go to console and try to create session objects what happens?

Milan D.
http://www.milandobrota.com