42coders / eu-cookie-consent

MIT License
60 stars 16 forks source link

Use request helper for cookie retrieval #15

Open tvup opened 5 months ago

tvup commented 5 months ago

Based on my understanding, the super global $_COOKIE might not always be set, particularly if the server is running a caching engine like Swoole.

In such cases, the cookie can be retrieved using the request helper.