--- parser3/operators.txt 2026/05/06 20:33:38 1.271 +++ parser3/operators.txt 2026/07/11 01:23:35 1.272 @@ -758,7 +758,7 @@ cookie $cookie:name read old or newly set cookie $cookie:name[value] for 90 days $cookie:name[$.value[value] $.expires[VALUE] $.secure(true) $.domain[domain name] $.httponly(true)] - the expires field value can be 'session', a date, or a number of days (0days=forever) + the expires field value can be 'session', a date, or a number of days (0days=session) if it's a date, it will be converted to "Sun, 25-Aug-2002 12:03:45 GMT" $cookie:fields hash with all cookies @@ -1440,4 +1440,4 @@ if $SIGPIPE(1) is defined in MAIN, then if the method description explicitly contains the local variable result (there is also an implicit variable), then the code for outputting whitespace literals does not get into the final bytecode -$Id: operators.txt,v 1.271 2026/05/06 20:33:38 moko Exp $ +$Id: operators.txt,v 1.272 2026/07/11 01:23:35 moko Exp $