[phplib] iis, frames and page_close From: Daniel Bondurant (bondu <email protected>)
Date: 10/26/00

I am having problems with calling page_close() within frames under iis.
the pages work fine with apache.

There are two frames, and both the left and right frame are using sessions
variables.

I call page_open() at the top and page_close() at the bottom of both of the
pages to right back sess vars.

at the bottom of the left frame I get a sql error. the sql is correct (It
will insert by hand).
both pages work fine othewise (correct db info). When I refresh just one of
the pages, it works fine (no error + correct db info).

The sql error is both pages are trying to insert with the same sid. I need
the left frame to update, not insert. phplib must not be recognizing that
the page has has been closed or that the sid already exists.

anyone know how to get around this?

thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>