Skip to main content

Problem:

The "Cookie" demo (Proj1006) provided in the 'Elements of COBOL Web Programming' manual by Wilson Price (supplied with Net Express)  is designed to illustrate how to create and retrieve a persistent cookie.

The program Cookie031 cretaes the persistent data. However, when you run the program to retrieve the cookie (Cookie032) the supposedly saved details may not be retrieved.

Resolution:

If this happens then one possible cause may be that the COOKIE.JS file may need to be updated.

If you loaded the COOKIE.JS file that's provided with the project, then try replacing this with COOKIE.JS from the \\Program Files\\Micr Focus\\Net Express\\Base\\Bin directory if this has a later creation date.

Old KB# 3809