Posted by Rik on 02/09/07 02:30
Gordon Burditt <gordonb.72lkh@burditt.org> wrote:
> <snip>Cookie storing an sending is browser and confuguration
> specific</snip>
>> I did this previously with JavaScript, which I understand
>> is a client side language, and PHP is server side.
>
> If Javascript has an operation to set cookies, that was probably
> what was used.
Cookies can equally be set by javascript as with the the return header.
The browser might allow it different rights/ttl/etc.. then a cookie set by
the header, but the fact remains it's still stored and send back by the
browser, it's just told to do so by javascript.
--
Rik Wasmus
[Back to original message]
|