RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: flockonus
Site: http://www.linkedin.com/profile/view?id=38323775
Hello! This is certainly not the first time I am implementing authentication, but the question rises again, as I need it in a social website.. is using session[:user_id] safe by default?
session[:user_id]
arguments: http://stackoverflow.com/questions/623379/rails-tracking-a-users-id#answer-623463 http://www.issociate.de/board/post/475749/Is_it_safe_to_store_user_id_in_Session?.html
That's why he is a ruby hero =)
Hello! This is certainly not the first time I am implementing authentication, but the question rises again, as I need it in a social website.. is using
session[:user_id]
safe by default?arguments:
http://stackoverflow.com/questions/623379/rails-tracking-a-users-id#answer-623463
http://www.issociate.de/board/post/475749/Is_it_safe_to_store_user_id_in_Session?.html
That's why he is a ruby hero =)