webplatform / ops

http://webplatform.github.io/ops/
5 stars 1 forks source link

Keep MediaWiki session lifetime in sync with cookie #135

Closed renoirb closed 9 years ago

renoirb commented 9 years ago

Cookies in the browser that doesn’t hold a valid session key can lead to make the Varnish server to think it cannot serve cached content. There must be a way to check quickly in the backend if the session identifier still has a valid session and if not, communicate (in some way?) to serve a cached version.

This applies to MediaWiki but could be documented on how it works.

Objective is to increase cache hit ratio.

Tasks

renoirb commented 9 years ago

Dropping the ball, we won’t use. Refer to webplatform/ops#177