# Cookies with Flash Remoting?

**URL:** https://forum.kirupa.com/t/cookies-with-flash-remoting/212913
**Category:** programming
**Created:** [January 15, 2007, 5:57pm UTC](https://forum.kirupa.com/t/cookies-with-flash-remoting/212913 "2007-01-15T17:57:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![duncanhall](https://avatars.discourse-cdn.com/v4/letter/d/ad7895/32.png) [@duncanhall](https://forum.kirupa.com/u/duncanhall)
#### Post date: [January 15, 2007, 5:57pm UTC](https://forum.kirupa.com/t/cookies-with-flash-remoting/212913/1 "2007-01-15T17:57:02Z")

</div>

I’m using amfphp and I have a service which needs to return the value of a cookie, previously set by my application. If I try and echo the cookie anywhere else, it is returned as expected, but when trying to call it from my amfphp service, it gets returned as ‘null’, even though I know it has been set.

If I ask the service to return a simple string, it works fine, so as far as I can tell, it’s not a problem with the set up.

Any insights?
