@etiennejourdier commented on this pull request.


> @@ -39,6 +39,8 @@ def successful_login(user, referer = nil)
     session[:fingerprint] = user.fingerprint
     session_expires_after 28.days if session[:remember_me]
 
+    cookies.delete :_osm_anonymous_notes_count

> The point could be that if I log in my session may expire faster than that 
> and I'll se the message again. But maybe it's not worth doing anything about 
> it.

I added the deletion of the cookie after successful login

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5468#pullrequestreview-2544110216
You are receiving this because you are subscribed to this thread.

Message ID: 
<openstreetmap/openstreetmap-website/pull/5468/review/2544110...@github.com>
_______________________________________________
rails-dev mailing list
rails-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to