Remove comment about needing cookie support
Cookies are no longer needed for this feature to work.
This commit is contained in:
parent
24226b9fe2
commit
5108ed9870
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
# == RecordUserLastActivity
|
# == RecordUserLastActivity
|
||||||
#
|
#
|
||||||
# Controller concern that updates the `last_activity_on` field of `users`
|
# 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
|
# for any authenticated GET request. The DB update will only happen once per day.
|
||||||
# if the client supports cookies.
|
|
||||||
#
|
#
|
||||||
# In order to determine if you should include this concern or not, please check the
|
# 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
|
# description and discussion on this issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/54947
|
||||||
|
|
Loading…
Reference in a new issue