Hi,

On Sun, Oct 17, 1999 at 11:21:00AM -0400, Francis J. Lacoste wrote:
> This is because the DBIStore insert the encoded session data as
> binary data. PostgreSQL doesn't like that. You have to modify
> Apache::Session::DBIStore (or better implement a PGStore) 
> to uuencode the session data. You can use for that MIME::Base64
> or better yet
> 
> pack( "u*" ) and unpack ( "u*" ).

Thanks.  Well I can fix it myself, the error isn't just obvious.
(Maybe this should be in the documentation... the docs use Oracle and
MySQL as an example, but Pg is the easiest available on Linux systems)
 
> I have a Apache::Session::DBIUUStore that does just that
> and that I use for similar reason. I also added a last_update
> field to the table which tracks the last update to the session
> data. Email me if you want it. (Available on perl licensing terms)

Yes, if you don't mind... it will give me some ideas on what to do!

Sincerely,
---m

-- 
               [EMAIL PROTECTED]    Miguel "Migs" A.L. Paraz        
        http://www.iphil.net    IPhil Communications Network, Inc.
              +63-2-750-2288    Business Development Group



Reply via email to