Petra
AI assistant for GrootMade
Hi! I'm Petra 👋 Ask me to help you find the perfect WP plugin, theme, or template kit.
forked from SameSite = None™
CrossLink Sync is not affiliated with SameSite = None. The name and any related trademarks are used solely for nominative descriptive purposes.
This plugin addresses a specific technical challenge for developers managing websites that require cross-site authentication. It is designed for administrators and developers who need to ensure their site's login cookies work correctly when embedded in third-party contexts, such as iframes or across different domains.
wp_set_auth_cookie function to explicitly set the Secure flag and SameSite='None' attribute on authentication cookies, which is necessary for modern browser security policies.setcookie function's options array syntax, which requires PHP version 7.3.0 or higher, ensuring a modern and standardized approach.