Re: Apache::Sandiwch and cookies?

2000-05-17 Thread Vivek Khera
> "JS" == Jim Serio <[EMAIL PROTECTED]> writes: JS> wrapper script and it works fine so I'm inclined to JS> think thatSandwich emits a header before even processing JS> the header file. Yes it does. A quick scan of the Apache::Sandwich::handler() function would confirm this: #send head

Apache::Sandiwch and cookies?

2000-05-16 Thread Jim Serio
Right now I have Sandwich calling a script which is just a wrapper for some functions in a module that print out the headers/footers. In my module, I do cookie checking and if no cookie exists, I attempt to write out a cookie. This is done before any content is passed to the client. Unfortunatel