Hi,

I am desperately looking for a solution to get the ticket example
from the book running.

The problem seems to be that the TicketAccess module corretly creates
the redirect cookie (I can see it when debugging with 
"x $r->err_headers_out;"), but the cookie does not seem to reach
my netscape browser.
When debugging the redirect in TicketMaster, the request object
does not contain any cookie header fields. I have also activated
cookie warning in netscape!.

I have installed mod_perl with EVERYTHING=1.
The same local server accept and issues tickets, so this is
a real internal redirect. Seem to me that some header fields
does not survive the internal redirect.

When running though the login procedure, the ticket cookie
is also not set.

Any Ideas??

Another issue is that URI->unparse obviously does not take the
server port into account. URI->port return on my host 8080, but
the string returned by URI-unparse does not contain the port. 

Looking forward to help.

Axel Wagner
Biobase GmbH - Germany

PS: Please CC: the answer to me personally

Reply via email to