Displaying 2 results from an estimated 2 matches for "remembrall".
2006 Nov 04
0
Remember me not working across the browser
I implemented remember me using cookies and it was working fine. It was
working fine because I never tested the code with IE.
If I login using firefox and check the remember me checkbox then a cookie is
placed on the client machine.
cookies[:remembrall] = { :value=>user.remembrall, :expires=>
user.remembrall_expired } if active_remembrall? user
I will kill my browser and whe next time I come to the page using firefox
I''m automatically logged in. All good with firefox.
When I attempt to go to the same site using IE then I''...
2006 Apr 10
0
TaskThis undefined method `remembrall_expires'' for #<User:0x
This happens before each login attempt.
Please note that if I click on the refresh button of my browser I then
login succesfully.
Any hint?
--
fabio vitale
NoMethodError in AccountController#login
undefined method `remembrall_expires'' for #<User:0x351f238>
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
C:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.14.1/lib/active_record/base.rb:1792:in
`method_missing''
#{RAILS_ROOT}/lib/auto_login.rb:39:in `active_remembrall...