In the current version of this module an anonymous user can add a node to his favorites (given the right permissions). For Every unauth user the link reads 'in favorites'. The database gets passed a uid=0. This feature doesn't add much of a user experience.
How to distinguish between different unauth users? sessions come to mind, so that during a visit an unauth user could see his favorites which would disappear when the session gets destroyed/browser is closed.
Any thought of how/when to implement this?
Any idea when the patch for the nodeblock will be committed? (I always have trouble applying patches...)
Thanks.

Comments

fangius’s picture

After a couple more hours of digging in the forums I found this: New Module: Comment follow-up notification mails for anonymous AND registered users with EASY unsubscribe
"The feature - to keep anonymous user data persistent in a cookie is already implemented in comment_info and works great"
Maybe a starting point for the dev of this feature?