Apache trouble reading in large cookie contents

2000-10-20 Thread Biggs, Jody
I'm having trouble when a browser sends a fair sized amount of data to Apache as cookies - say around 8k. I know that most clients will not allow cookies greater than 4k per cookie (and often no more than 20 per hostname), and as such have broken the cookie being sent out to be sent in smaller

RE: ORA conference

2000-07-14 Thread Biggs, Jody
and once more, you guys probably don't know me, but... I remember there were a couple places out near the end of the pier - can't remember any names though... Place at the very end had a separate bar area, though it was really mainly a restaurant - the one I recall not as far down looked like

RE: Weird problem with redirect

2000-05-26 Thread Biggs, Jody
Unless you specify an absolute URL for the Location header, Apache will do an internal redirect (i.e., it won't send a redirect to the browser, it will just recognize that you're trying to redirect them, and just transfer the request to the new page). so do: print "$mycookie\n"; print