• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

zendframework / zend-expressive-session-ext / 175 / 2
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2019 02:28AM UTC
Files 2
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

21 Jun 2019 02:24AM UTC coverage: 97.59% (-2.4%) from 100.0%
DEPS=locked CS_CHECK=true TEST_COVERAGE=true

Pull #44

travis-ci

web-flow
Only send headers if sessions changed

By doing so we avoid the following downsides:

- a (very) slight performance hit (on server CPU, client CPU and network
  transfer) for no gain at all
- pretty much all HTTP request going through PHP were becoming
  non-cacheable with default behavior of cache limiting headers
- when configuring a cookie_lifetime, the absolute expiry date of the
  cookie was re-set on every requests rendering the lifetime effectively
  infinite. That made it impossible to have a fixed lifetime

Fixes https://github.com/zendframework/zend-expressive-session/issues/36
Pull Request #44: Only send headers if sessions changed

81 of 83 relevant lines covered (97.59%)

14.65 hits per line

Source Files on job 175.2 (DEPS=locked CS_CHECK=true TEST_COVERAGE=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 141
  • Travis Job 175.2
  • b2fbb975 on github
  • Prev Job for DEPS=locked CS_CHECK=true TEST_COVERAGE=true on master (#166.2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc