Hey List, I'm happy to announce the initial release of ocaml-session: https://github.com/inhabitedtype/ocaml-session ocaml-session is an session manager that handles cookie headers and backend storage for HTTP servers. The library supports CoHTTP and Webmachine; Async and Lwt; and pluggable backing stores based on a functor interface. The library ships with an in-memory backend (for development and testing) and a postgresql-ocaml[0] based backend. One of the goals of the library is to expand the number of persistent and ephemeral storage systems (filesystem, memcache, redis, MySQL, etc.) that are available out of the box so that it's easy to integrate into a user's existing infrastructure. There is already an issue open to provide a PG'OCaml-based backend[1] if that's more of your cup of tea in terms of postgresql libraries. Anybody who would like to contribute that should claim the issue and have at it! As always, issues and pull requests welcomed. -Spiros E. [0]: https://github.com/mmottl/postgresql-ocaml [1]: https://github.com/inhabitedtype/ocaml-session/issues/1