Fixed absolute path for cookies

SVN revision: 400
This commit is contained in:
Stefan Ritt 2003-02-17 15:53:44 +00:00
parent d42c6b73b5
commit aaf6e1b116

View File

@ -6,6 +6,9 @@
Contents: Web server program for Electronic Logbook ELOG Contents: Web server program for Electronic Logbook ELOG
$Log$ $Log$
Revision 1.17 2003/02/17 15:53:44 midas
Fixed absolute path for cookies
Revision 1.16 2003/02/17 15:25:32 midas Revision 1.16 2003/02/17 15:25:32 midas
Fixed bug with vanishing attributes on upload in new message Fixed bug with vanishing attributes on upload in new message
@ -3600,7 +3603,7 @@ struct tm *gmt;
{ {
extract_path(str); extract_path(str);
url_encode(str, sizeof(str)); url_encode(str, sizeof(str));
rsprintf(" path=%s%s;", str, lbs->name_enc); rsprintf(" path=/%s%s;", str, lbs->name_enc);
} }
else else
rsprintf(" path=/%s;", lbs->name_enc); rsprintf(" path=/%s;", lbs->name_enc);