func (s *memorySessionStore) Start(ctx context.Context) {
    done := ctx.Done()

    go func() {
        timer := time.NewTicker(s.expiryInterval)