RPC::XML questions

2003-02-05 Thread Todd W
hy this dosent work. The code for the handler checks that an incoming http header called content-type is set to 'text/xml' But I couldnt find methods in XMLRPC::Lite or SOAP::Lite to add/modify httpd headers? Thank you, Todd W.

Re: Apache::Session and user sessions

2002-09-23 Thread Todd W
rence between session data and permanent data for me. >By the way Tie::DBI is slow. Writing some kind of module for accessing >your specific user table would be faster. > Okay. Thanks for all your insight. Todd W. _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx

Apache::Session and user sessions

2002-09-20 Thread Todd W
browser each request in a cookie or whatever, then use DBI::Tie to reinstate the session for each request. (Thinking about it, that sounds easier than Apache::Session anyways) What do you guys think? Am I using Apache::Session wrong, or are there better alternatives than what I