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

pillarjs / cookies / 252
100%

Build:
DEFAULT BRANCH: master
Ran 06 Feb 2018 07:23PM UTC
Jobs 8
Files 1
Run time 37min
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

pending completion
252

Pull #94

travis-ci

web-flow
maxAge should not be translated to expires

The expires argument includes the timezone, but the UA clock might
be offset by a couple of hours (incorrect timezone), which would
end-up in the following situation:

 - UTC is 2018-01-15 10:00 + 00:00
   Client has localtime: 2018-01-15 10:00 - 08:00 (8h in the future)
 - Server set cookie with maxAge = 30min
 - Server send:
     Set-Cookie: foo=bar; expires=2018-01-15T10:30:00+00:00
 - UA immediately expires the cookie
 - UA send a new request without cookie.

Sadly incorrect UA clock is a common problem (at least for us),
maxAge is a correct option (as the time is calculated relative
to UA clock), but this is not an available option in this library.

Signed-off-by: Arthur Gautier <baloo@gandi.net>
Pull Request #94: maxAge should not be translated to expires

103 of 110 branches covered (93.64%)

5 of 5 new or added lines in 1 file covered. (100.0%)

112 of 112 relevant lines covered (100.0%)

180.0 hits per line

Jobs
ID Job ID Ran Files Coverage
2 252.2 06 Feb 2018 07:23PM UTC 0
100.0
Travis Job 252.2
3 252.3 06 Feb 2018 07:23PM UTC 0
100.0
Travis Job 252.3
4 252.4 06 Feb 2018 07:24PM UTC 0
100.0
Travis Job 252.4
5 252.5 06 Feb 2018 07:23PM UTC 0
100.0
Travis Job 252.5
6 252.6 06 Feb 2018 07:24PM UTC 0
100.0
Travis Job 252.6
7 252.7 06 Feb 2018 07:24PM UTC 0
100.0
Travis Job 252.7
8 252.8 06 Feb 2018 07:24PM UTC 0
100.0
Travis Job 252.8
9 252.9 06 Feb 2018 07:25PM UTC 0
100.0
Travis Job 252.9
Source Files on build 252
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #252
  • Pull Request #94
  • PR Base - master (#250)
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