From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,WEIRD_QUOTING autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,d278cf7b33ce6864,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2000-09-10 12:59:35 PST Path: supernews.google.com!sn-xit-02!sn-east!supernews.com!news-feed.riddles.org.uk!skynet.be!news.algonet.se!algonet!uninett.no!newsfeed.sunet.se!news01.sunet.se!news.chalmers.se!fraggel34.mdstud.chalmers.se!md9tim From: =?ISO-8859-1?Q?Tim_Gahnstr=F6m?= Newsgroups: comp.lang.ada Subject: Another AdaCGI question Date: Sun, 10 Sep 2000 21:59:18 +0200 Organization: Chalmers University of Technology Message-ID: NNTP-Posting-Host: fraggel34.mdstud.chalmers.se MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: nyheter.chalmers.se 968615960 10517 129.16.235.164 (10 Sep 2000 19:59:20 GMT) X-Complaints-To: abuse@chalmers.se NNTP-Posting-Date: 10 Sep 2000 19:59:20 GMT Xref: supernews.google.com comp.lang.ada:578 Date: 2000-09-10T19:59:20+00:00 List-Id: Hi I am sorry to flood the group but I just found another question I can't figure out myself. I I run my program with this argument test_CGIprogram?KEY=VALUE put(key(1)) -will display KEY put(value(1)) -will display VALUE I f I set a cooki with Set_Cookie("CKEY", "CVALUE","","",""); put(cookie_value(1)) -will display CVALUE But is there a function that will display the keyname of the first cookie? I would like a function that looks similar to cookie_key(1) I need it because I am trying to creat a cookie base shoping cart where I would like to store the items like this in the cookie Item=amount eg. ball=5 hat=2 Thanks Tim