Dear All,

I have a small application that I want to be able to set and read a cookie from the 
user's browser. The cookie must be persistent.

In ASP, to set the cookie I would simply say:

Response.cookies("name")=request("name")

Then I can access it with:

Request.cookies("name") 

I would imagine that this should be easy with Cocoon - a combination of an Action to 
set the cookie and an input module to read it. I'm quite prepared to use flow if 
that'll 
help. 

But I can't find anything to point me in the right direction. 

Any pointers anyone?

Regards, Upayavira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to