Changeset 18818


Ignore:
Timestamp:
2009-03-27T12:06:38+13:00 (15 years ago)
Author:
mdewsnip
Message:

Changed cookie expiry date into the correct format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/recpt/receptionist.cpp

    r16819 r18818  
    965965    if (configinfo.usecookies && !get_cookie(fcgienv))
    966966      response_data += "\nSet-Cookie: GSDL_UID=" + args["z"]
    967     + "; expires=25-Dec-37 00:00:00 GMT";
     967    + "; expires=Fri, 25-Dec-2037 00:00:00 GMT";
    968968  }
    969969}
Note: See TracChangeset for help on using the changeset viewer.