You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there may be an issue with your library that is causing the generation of huge numbers of temporary cookie files.
We encountered this issue on one of our servers. The tmp directory was littered with more than a million files named:
embed-cookies-[hex number here].txt
The site in question wasn't receiving a particularly large number of visitors, but the files were being generated on average at least once a minute, and the volume of files did eventually cause a couple of issues.
Each file contained basic information about, e.g. a YouTube cookie.
We tracked this down to the following package, which has an existing bug report for this issue:
Hi There,
I believe there may be an issue with your library that is causing the generation of huge numbers of temporary cookie files.
We encountered this issue on one of our servers. The tmp directory was littered with more than a million files named:
embed-cookies-[hex number here].txt
The site in question wasn't receiving a particularly large number of visitors, but the files were being generated on average at least once a minute, and the volume of files did eventually cause a couple of issues.
Each file contained basic information about, e.g. a YouTube cookie.
We tracked this down to the following package, which has an existing bug report for this issue:
wrav/oembed#152
It appears that the root cause is this Embed package (specifically the constructor defined in
\embed\src\Http\CurlDispatcher.php
).The text was updated successfully, but these errors were encountered: