Cookie Security

Specs

Our cookies are secured with the strongest of encryption algorithms, including:

		// Example of a secure cookie
		set secure_cookie = new Cookie();
		secure_cookie.set('name', 'value', { encryption: 'AES' });
		secure_cookie.save();
	

Security Risks

Return to Cookie Carousel Specs