RE: My last Cookie Question

From: Martinez, Michael - CLC (michaelm@Carlson.com)
Date: Thu Dec 23 1999 - 06:58:33 EST


John,

If you save your cookie code as a .lib file this will work.

Use this to set the cookie
<!
load "cookie.lib";
setCookie("cookie_name",$value);
>

Use this to get the cookie
<!
load "cookie.lib";
  $value=getCookie("cookie_name");
>

Michael

> -----Original Message-----
> From: john_pallozzi@itworld.com [SMTP:john_pallozzi@itworld.com]
> Sent: Wednesday, December 22, 1999 2:41 PM
> To: msql-list@lists.hughes.com.au
> Subject: My last Cookie Question
>
> Hello,
>
> Regarding my last question. I meant to ask can Lite set and/or read
> cookies?
>
> Thanks,
>
> John P.
>
> -------------------------------------------------------------------------
> To unsubscribe, go to http://www.Hughes.com.au/extras/email/
-------------------------------------------------------------------------
To unsubscribe, go to http://www.Hughes.com.au/extras/email/



This archive was generated by hypermail 2b30 : Mon Mar 04 2002 - 09:04:04 EST