Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
litespeed_wiki:config:server_push [2017/10/24 19:45]
Lisa Clarke [Verify Browser Supports HTTP/2]
litespeed_wiki:config:server_push [2020/08/13 15:13]
Jackson Zhang
Line 50: Line 50:
  
 We welcome your feedback on our [[https://​www.litespeedtech.com/​support/​forum/​ | forum]]. We welcome your feedback on our [[https://​www.litespeedtech.com/​support/​forum/​ | forum]].
 +
 +==== Disable ''​ls_smartpush''​ cookie for a particular domain ====
 +
 +If you want to disable **ls_smartpush** cookie for a particular domain, you can use **SmartPush no-cookie** directive in .htaccess
 +
 +  <​IfModule LiteSpeed>​
 +    SmartPush no-cookie
 +  </​IfModule>​
 +  ​
 +{{ :​litespeed_wiki:​config:​ls_smartpush_cookie.png?​800 |}}
 +
 +
 +{{ :​litespeed_wiki:​config:​ls_smartpush_cookie_2.png?​800 |}}
 +
 +After you make changes to .htaccess, you will need to restart Chrome/​Firefox to avoid getting cached version. It will look like:
 +
 +{{ :​litespeed_wiki:​config:​ls_smartpush_cookie_disable_cookie.png?​800 |}}
  • Admin
  • Last modified: 2020/10/28 11:50
  • by Lisa Clarke