Skip to content

Latest commit

 

History

History

sessions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

HTTP Session Management for Go

This example is the code from a blog post here, that shows how Go applications can use Coherence as a HTTP session store via integration with the very popular "Express inspired web framework" Fiber.

Prerequisites

  1. Docker setup using either Docker or Rancher Desktop
  2. Go 1.19 or above
  3. Your favourite IDE

See the article Using Coherence to manage HTTP sessions in Go for full details.