11155
(-- --)
February 2, 2010, 9:30am
#1
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.
If you go to console and try to create session objects what happens?
Milan Dobrota
http://www.milandobrota.com
11155
(-- --)
February 3, 2010, 4:10am
#3
Milan Dobrota wrote:
If you go to console and try to create session objects what happens?
Milan Dobrota
http://www.milandobrota.com
thanks for your reply..session's object is cretaed and there is a
database entry in session table..