Commit 5108ed98 authored by Stan Hu's avatar Stan Hu

Remove comment about needing cookie support

Cookies are no longer needed for this feature to work.
parent 24226b9f
......@@ -3,8 +3,7 @@
# == RecordUserLastActivity
#
# Controller concern that updates the `last_activity_on` field of `users`
# for any authenticated GET request. The DB update will only happen once per day
# if the client supports cookies.
# for any authenticated GET request. The DB update will only happen once per day.
#
# In order to determine if you should include this concern or not, please check the
# description and discussion on this issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/54947
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment