setLoginCookie

sets a site-wide cookie, meant to simplify login code. Note: you often might not want a side wide cookie, but I usually do since my projects need single sessions across multiple thingies, hence, this.

void
setLoginCookie
(,
string name
,
string value
)
Suggestion Box / Bug Report