> Michael, I would recommend using Authlogic because it has a method, > remember_me_for, that one can redefine in the user_session model to > set the duration of time. > > Good luck, > > -Conrad
I look into this but I am a bit concerned about whether there will be an overwriting or conflicts with my current models and controllers. Is is possible to install a plugin like Authlogic or restful_authentication with a current user and sessions model and controller? I have already created a very basic user and session system and my users are tied in to my voting model so I am hoping to not have to rebuild any of my database. If this is possible, do you know of a good tutorial for adding user management to an existing site with a more basic user management system? Thanks for the help. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

