Sabirgojayev
Sabirgojayev
Have similar problem. When I log in from backend I am not logged in frontend
I solved the problem was as @HanafiAhmat said in cookie session parameter in config
I send ajax request in cropper.js on click event and delete image may be it will be useful for someone: .on('click', '.delete-photo', function () { $.ajax({ method: "POST", url: '/admin/news/deletephoto',...