Reqcookie cache is secure?

onur

New Member
#1
I want to enable litespeed cache but without cookie caches it doesnt hit. If I enable request and response cookie cache, is it safe to use? Also its on public cache not private.
I checked codes there is no set-cookie but its only cached when response cookie cache enabled. What can cause that?
I try to enable cache without cookie caches. And want to learn is it safe to use.
 

Cold-Egg

Administrator
#4
Use WordPress as an example, LSCache for WordPress will set a no-cache to the admin page, so others won't see the cache copy. In some cases, the set cookie is a must, e.g. login user, or WPML to apply language and currency cookies, unless you don't need to cache these at all.
 
Top