My blog uses PHP and MySql.
I wanna give the user a feature to edit and delete their comments when they are in the site. They are not logged in users. In order to do that, how do I go about this?
They will not be able to edit or delete once they leave the site as session should expire.