hi herve
Quote:
Under IIS 5.1, $_SERVER['PATH'] is not defined, may be it could be replaced with $_SERVER['PATH_TRANSLATED'] ?
$_SERVER['PATH'] is a part for generating server-unique Tickets.
Even if $_SERVER['PATH'] is blank, the other uniq envs protects it from attacks like dictionary.
Or you mean displaying "Notice" ?
OK. I'll add a check with empty() into my ticket system.