On 3/8/2013 10:47 AM, Rony wrote:
> On 08.03.2013 10:16, Swifty wrote:
>> Does oorexx contain any mechanism akin to browser cookies?
>>
>> So, you can store a value with a given name (Like a stem variable), but you can also make the
>> "cookie" persistent?
>>
>> I'm not after things like expiry dates for the "persistent cookies". Having the equivalent of
>> "PATH", so you can store different cookies called "NAME" from different programs, would be very useful.
>>
>> This would make an interesting project in creating a new class from scratch, but I'm happy to use an
>> existing wheel rather than inventing my own.
>>
>
> Hmm, it seems that my morning posting was not distributed, hence retrying: take a look at the ooRexx
> ..Properties class, which might do what you want including saving it to disk.
>
> HTH,
>
> ---rony
>
Steve,
Do take a look at the Properties class for what you want. I use it for
holding all our Membership and Symposium Registration data, even though
I'm not thoroughly Object-ified yet.
If you'd like to see some real code that uses it, let me know.