Displaying 2 results from an estimated 2 matches for "remembrall_expired".
Did you mean:
remembrall_expires
2006 Apr 10
0
TaskThis undefined method `remembrall_expires'' for #<User:0x
...-04-10 12:37:29.104000 +02:00
admin: "0"
id: "1"
remembrall:
prefs: >2-
---
animate: true
show_addtask: false
show_completed: false
show_notes: false
password: 68e02f78cad0acd054c06c84eebd80e1a7b0eb0d
login: admin
remembrall_expired:
email: fabio@sferaconsulting.it
errors: !ruby/object:ActiveRecord::Errors
base: *id001
errors: {}
new_record_before_save:
:user_prefs:
animate: true
show_addtask: false
show_notes: false
show_completed: false
flash: !ruby/hash:ActionController::Flash::FlashHash {}
Response...
2006 Nov 04
0
Remember me not working across the browser
...ed 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''m not logged in. I
tried printing the content of cookies and I get nil...