7 Mar
2012
7 Mar
'12
3:20 p.m.
On Wed, 7 Mar 2012 15:13:53 +0000 GJ <gj@freeshell.org> wrote:
Sorry, I wasn't being clear at all. I know about the (multiple ways of) creating a cookie. I want to know how people are _sending_ _multiple_ cookies back with the response header.
Call set_cookie as many times as you need; when the response is generated, they should all be sent. e.g. set_cookie foo => 'Foo!'; set_cookie bar => 'Bar!'; -- David Precious ("bigpresh") <davidp@preshweb.co.uk> http://www.preshweb.co.uk/ www.preshweb.co.uk/twitter www.preshweb.co.uk/linkedin www.preshweb.co.uk/facebook www.preshweb.co.uk/cpan www.preshweb.co.uk/github