Date:  10/22/2002 11:57:16 PM Msg ID:  000949
From:  FoxWeb Support Thread:  000945
Subject:  Re: Javascript cookies
FoxWeb 1.29 gives your scripts access to cookies via the CGI.Cookie property.  You can parse this string to get access to individual cookies so that you can store them to a table.
 
Note that FoxWeb 2 provides a much more convinient API for sending cookies to a browser and reading cookies sent from the browser.

FoxWeb Support Team
support@foxweb.com email

Sent by Fox JW on 10/22/2002 12:47:02 AM:
I am using Foxweb v1.29 with VFP6 running on NT IIS 4.0.
 
I have a shopping cart screen with cookies created using Javascript. My problem is after users have selected the items from the shopping cart list, how do I pass the info from the Javascript cookies into a foxpro table (dbf)?
 
Regards
JW