Re: newbie questions

2007-06-28 Thread Perrin Harkins
[ Please keep it on the list ] On 6/28/07, pubert na <[EMAIL PROTECTED]> wrote: No luck with that suggestion either. Printing the header with $r->send_http_header; seems to result in the exact same issue. I can't tell what you tried from this description. Can you show some code? I commente

Re: newbie questions

2007-06-28 Thread Perrin Harkins
On 6/27/07, pubert na <[EMAIL PROTECTED]> wrote: print $cgi->header( -cookie => values %{VirtualPlant::Util::getCookies()} ); You need to send your cookie header with err_headers_out(). See http://perl.apache.org/

Re: newbie questions

2007-06-28 Thread Dondi Stroma
rsday, June 28, 2007 1:48 PM Subject: Re: newbie questions I made a little progress on my own, but I'm still stuck. If I do an $r->assbackwards(1); before I send the header, the first time the page loads, everything is perfect. If I reload, some of the frames get shifted around, or th

Re: newbie questions

2007-06-28 Thread pubert na
I made a little progress on my own, but I'm still stuck. If I do an $r->assbackwards(1); before I send the header, the first time the page loads, everything is perfect. If I reload, some of the frames get shifted around, or the entire page reloads inside a single frame. Keep in mind that withou