Date: 10/27/00
- Next message: c _wyong: "[phplib] y these error are so fatal?"
- Previous message: c _wyong: "[phplib] Fatal error: Cannot instantiate non-existent class: sql_query in Eval code on li"
- In reply to: Daniel Bondurant: "[phplib] iis, frames and page_close"
- Next in thread: Daniel Bondurant: "RE: [phplib] iis, frames and page_close"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: c _wyong: "[phplib] y these error are so fatal?"
- Previous message: c _wyong: "[phplib] Fatal error: Cannot instantiate non-existent class: sql_query in Eval code on li"
- In reply to: Daniel Bondurant: "[phplib] iis, frames and page_close"
- Next in thread: Daniel Bondurant: "RE: [phplib] iis, frames and page_close"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

