0

My Review book doesn't have login. When a user submits comment form (name, surname, email, review), I want to use cookies so that when he goes to All reviews list, he would be able to edit/delete it's posts without login. Is that possible?

user122222
  • 2,179
  • 4
  • 35
  • 78

1 Answers1

1

Of course. That is what $cookies is for.

For a complete example check out: https://stackoverflow.com/a/10985815/5739073

Rabbi Shuki Gur
  • 1,656
  • 19
  • 36