const golang.org/x/pkgsite/internal/cookie.AlternativeModuleFlash

4 uses

	golang.org/x/pkgsite/internal/cookie (current package)
		flash.go#L19: const AlternativeModuleFlash = "tmp-redirected-from-alternative-module"

	golang.org/x/pkgsite/internal/frontend
		404.go#L101: 		cookie.Set(w, cookie.AlternativeModuleFlash, fullPath, u)
		unit.go#L173: 	redirectPath, err = cookie.Extract(w, r, cookie.AlternativeModuleFlash)

	golang.org/x/pkgsite/internal/middleware
		caching.go#L137: 	if _, err := r.Cookie(cookie.AlternativeModuleFlash); err == nil {