I have an "image" loading from php script using mod_rewrite but I need to set a cookie through that image and read it later. Basically I'm trying to create a logger program. How would I return the cookie via the "image" and also read the cookie through that "image"? Thanks.