The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

This example features a minimalistic web server, that can only maintain a counter in a http session. It uses persistent connections of HTTP/1.1, and keeps one counter per connection. The session expires in $conn_timeout automatically.

Open two browsers (not just two windows/tabs of the same, browsers are smart now and share connections) and see how each has its own counter.