Re: [PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Thies C. Arntzen
On Thu, Apr 25, 2002 at 03:14:19PM +0200, Daniel Lorch wrote: > Hi, > > >> I am not quite sure whether I understood what you are trying to do, > >> but assumingly you have 2 frames: > > > i'm talking about 2 or more windows! > > > please reread. > > tc > > Ups, sorry. I am having t

Re[2]: [PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Daniel Lorch
Hi, >> I am not quite sure whether I understood what you are trying to do, >> but assumingly you have 2 frames: > i'm talking about 2 or more windows! > please reread. > tc Ups, sorry. I am having the same problem, but I'm solving it by giving every window a 'key' (like a secondary

Re: [PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Thies C. Arntzen
On Thu, Apr 25, 2002 at 02:41:56PM +0200, Daniel Lorch wrote: > Hi, > > > right now the session module can "only" store one cookie (or > > one info in trans-sid) my patch extends that to one > > user-defined variable so that: > > I am not quite sure whether I understood what you are

Re: [PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Daniel Lorch
Hi, > right now the session module can "only" store one cookie (or > one info in trans-sid) my patch extends that to one > user-defined variable so that: I am not quite sure whether I understood what you are trying to do, but assumingly you have 2 frames: +---+ |

[PHP-DEV] Addition to session-module (patch included)

2002-04-25 Thread Thies C. Arntzen
hi, i have made a small patch to the session-module which allows the script to inject some user-defined data into the url_rewriter. why do i need this? - i want to be able to open a 2nd browserwindow - this window will use the same session as the 1st one - i ne