photoprism/internal/session/header.go

5 lines
102 B
Go
Raw Normal View History

package session
// Header specifies the name of the session HTTP header.
var Header = "X-Session-ID"