Re: Maintaining a transaction across multiple HTTP requests - Mailing list pgsql-php

From Dave Page
Subject Re: Maintaining a transaction across multiple HTTP requests
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E407B366@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Maintaining a transaction across multiple HTTP requests  (Dave Page <dpage@vale-housing.co.uk>)
Responses Determining transaction status
List pgsql-php
> -----Original Message-----
> From: Jack - [mailto:jackhappy6@hotmail.com]
> Sent: Fri 6/18/2004 5:08 PM
> To: Dave Page
> Subject: Maintaining a transaction across multiple HTTP requests
>
> could u store of a connection handle in a session variable - but on the
> server side have the session information stored on a shared database
> instead of a file?

Hi Jack,

I considered that approach, but the problem is that the handle is only valid for the apache process that it was opened
under.If the second request is processed by a different apache process, then it'll all go horribly wrong :-( 

Regards, Dave

pgsql-php by date:

Previous
From: "Jack -"
Date:
Subject: where to put the sql?
Next
From: Rinku
Date:
Subject: How to run PHP on WinXP ?