Re: [phplib] iis, frames and page_close From: Kristian Koehntopp (kris <email protected>)
Date: 10/27/00

In netuse.lists.phplib you write:
>I am having problems with calling page_close() within frames under iis.
>the pages work fine with apache.

Sheer luck.

>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.

A race condition. Use page_close() only in one frame (probably the content
frame) and do not change any variables in the other frame.

Kristian

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