Re: haunting variable values ? nested subs : cookies

2001-01-02 Thread mark warren bracher
we were seeing something similiar with old/variant cookie data, turned out to be the difference between $r->headers_out->add('Set-Cookie'=>$cookie); and $r->headers_out->set('Set-Cookie'=>$cookie); you show your code for generating the cookie, but not setting it, so I have no way of kn

Re: haunting variable values ? nested subs : cookies

2001-01-02 Thread G.W. Haywood
Hi there, On Tue, 2 Jan 2001, Don Fike wrote: > I know my description is rather cryptic Yup. > but if you recognize a problem please let me know. Well at least you've been looking at the Guide! Could be you need to read the debugging section. It's sometimes easier to debug if you start Apac

haunting variable values ? nested subs : cookies

2001-01-02 Thread Don Fike
Hello, I have a fairly simple/straight forward scripts which displays a form. I set a cookie to store name and email for the submitting user just in case they return. Yet when I set the cookie it gets set for all, from anywhere, not just me on my desktop. Sometimes a previous cookie pops up.