LOGINOUT CHANGE LOG 2020-08-06 - The Change Log can now be displayed as an HTML page from the online manual. 2019-10-15 - Fixed an error in procedure GetLocalTime (module XPROC1). It must not set the PC local time to UTC, as this must be done by CGIDEV2 procedure SetCookie(). 2018-03-09 - Major review. Changed service program, sample programs, online manual. A PDF now available. New support for "temporary AND expirable" cookies. 2018-03-02 - Fixed module XCRYPT. 2016-07-13 - Fixed program SETLIB (it did not account for library CGIDEV2 now being a prerequisite). 2015-01-15 - Fixed RPG program HTTPCFG (add LOGINOUT http directives to the configuration file of an existing HTTP instance) 2013-12-21 - Sample programs SAMPLEPAG1 and SAMPLEPAG2 totally re-coded. 2012-02-22 - Fixed a bug in subprocedure "decrypt" (converting back to character "Z"). 2011-11-18 - User name and password lengths increased from 20 to 100 characters. 2011-03-31 - Fixed bug in pgm SETLIB. 2011-03-28 - Added subprocedures to crypt/decrypt the cookie value. 2011-03-16 - Simplified the cookie-writing routine in SAMPLEPAG1, by using a blank domain name. 2010-10-13 - Command SETLIB was working only if QRPGLESRC in the library mentioned in parameter SRCLIB did not contain members HSPECS and HSPECSBND. That has now been fixed. - Added validity check program to command SETLIB.