WC_Session_Handler::maybe_update_nonce_user_logged_out()
Method: When a user is logged out, ensure they have a unique nonce to manage cart and more using the customer/session ID.
Source: includes/class-wc-session-handler.php:329
Method: When a user is logged out, ensure they have a unique nonce to manage cart and more using the customer/session ID.
Source: includes/class-wc-session-handler.php:329
Method: Get session unique ID for requests if session is initialized or user ID if logged in.
Source: includes/class-wc-session-handler.php:197
Method: Update the session expiry timestamp.
Source: includes/class-wc-session-handler.php:407
Method: Cleanup session data from the database and clear caches.
Source: includes/class-wc-session-handler.php:340
Method: Returns the session.
Source: includes/class-wc-session-handler.php:357
Method: Delete the session from the cache and database.
Source: includes/class-wc-session-handler.php:388
Method: Save data and delete guest session.
Source: includes/class-wc-session-handler.php:263
Method: Destroy all session data.
Source: includes/class-wc-session-handler.php:289
Method: Forget all session data without destroying it.
Source: includes/class-wc-session-handler.php:297
Method: When a user is logged out, ensure they have a unique nonce by using the customer/session ID.
Source: includes/class-wc-session-handler.php:314