Unable to find a logged-in customer
The script could not determine the logged-in user. Common causes:
- You opened this page in a different browser or an isolated WebView that does not share cookies with the storefront.
- Your store is using a custom session handler that stores sessions outside the database or standard PHP session files.
- The session cookie was not sent to this request (check WebView cookie policy).
Debug info (for troubleshooting):
Array
(
[cookie_names_checked] => Array
(
[0] => OCSESSID
[1] => OCSESSID
[2] => PHPSESSID
)
[cookies_present] => Array
(
)
[session_save_path] => /var/cpanel/php/sessions/ea-php74
)
To fix:
- Open this page in the same browser where you are signed in to the store.
- If you use a WebView, ensure it shares cookies with the system browser or your website's domain.
- Alternatively, implement a token-based authenticated deletion endpoint (see note below).