Re: Re: Sessions with Postgres

From: Robert <robert(at)robert(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Re: Sessions with Postgres
Date: 2001-05-26 08:57:54
Message-ID: 3B0F7012.14AED800@robert.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vivek Khera wrote:
>
> >>>>> "r" == robert <robert(at)robert(dot)cz> writes:
>
> r> Is anybody here using Apache::Session/Postgres combination without
> r> problems? If so, could you be so kind as to post your configuration? If
> r> not, how far did you get last time you tried? Is anybody interested in
> r> using it at all?
>
> works like a charm. I didn't have to do anything special when I
> converted from MySQL -- just change the driver and poof, it worked.

Aha, so maybe all my problems come from HTML::Embperl, but just to make
sure:

- Postgres does its own locking, so I need only Null locker
- Postgres doesn't like binary strings so I need Base64 to encode
session data

Am I right?

- Robert

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simon Crute 2001-05-26 09:00:37 Re: Autocommit off in psql??
Previous Message Rene Pijlman 2001-05-26 08:56:01 Re: UPDATE keyword