Reading a cookie that was set in the controller

Hi all!

How do I best read a cookie value that was just set in the controller?

The “cookies” object only gives access to cookies present in the
request, not those set in the response.

response.cookies returns nil in the view, in Rails 1.2.4.

Any suggestions?

Uwe