Re: [PHP] Recursing sessions?

2006-07-06 Thread Jochem Maas
markw@mohawksoft.com wrote: On Sat, July 1, 2006 5:30 pm, Mark wrote: If the frames do any sort of processing on the session information, as is the case with squirrelmail, the last session to exit will overwrite all the changes made by prior frames. This can corrupt session information or

Re: [PHP] Recursing sessions?

2006-07-06 Thread markw
markw@mohawksoft.com wrote: On Sat, July 1, 2006 5:30 pm, Mark wrote: If the frames do any sort of processing on the session information, as is the case with squirrelmail, the last session to exit will overwrite all the changes made by prior frames. This can corrupt session information or

Re: [PHP] Recursing sessions?

2006-07-03 Thread Richard Lynch
On Sat, July 1, 2006 5:30 pm, Mark wrote: If the frames do any sort of processing on the session information, as is the case with squirrelmail, the last session to exit will overwrite all the changes made by prior frames. This can corrupt session information or lose versions of information.

Re: [PHP] Recursing sessions?

2006-07-03 Thread markw
On Sat, July 1, 2006 5:30 pm, Mark wrote: If the frames do any sort of processing on the session information, as is the case with squirrelmail, the last session to exit will overwrite all the changes made by prior frames. This can corrupt session information or lose versions of

Re: [PHP] Recursing sessions?

2006-07-01 Thread Mark
Richard Lynch wrote: On Fri, June 30, 2006 11:11 am, Mark wrote: Here is a problem I am seeing, A browser hits a site the uses frames, for the sake of argument, lets call this site a squirrelmail web mail server. The browser seems to spawn a number of requests at the same time (I think

RE: [PHP] Recursing sessions?

2006-06-30 Thread Jay Blanchard
[snip] Here is a problem I am seeing, A browser hits a site the uses frames, for the sake of argument, lets call this site a squirrelmail web mail server. The browser seems to spawn a number of requests at the same time (I think one for each content frame), I get multiple PS_READ_FUNC calls,

RE: [PHP] Recursing sessions?

2006-06-30 Thread markw
[snip] Here is a problem I am seeing, A browser hits a site the uses frames, for the sake of argument, lets call this site a squirrelmail web mail server. The browser seems to spawn a number of requests at the same time (I think one for each content frame), I get multiple PS_READ_FUNC

RE: [PHP] Recursing sessions?

2006-06-30 Thread Jay Blanchard
[snip] I am debugging a PHP session manager and this behavior is keeping the system from working correctly. [/snip] A more descriptive explanation along with some code will help us to help you. AFAICS we do not have enough information to go on. Does each frame generate its own session? Can you

RE: [PHP] Recursing sessions?

2006-06-30 Thread Mark
Jay Blanchard wrote: [snip] I am debugging a PHP session manager and this behavior is keeping the system from working correctly. [/snip] A more descriptive explanation along with some code will help us to help you. AFAICS we do not have enough information to go on. Does each frame

Re: [PHP] Recursing sessions?

2006-06-30 Thread Richard Lynch
On Fri, June 30, 2006 11:11 am, Mark wrote: Here is a problem I am seeing, A browser hits a site the uses frames, for the sake of argument, lets call this site a squirrelmail web mail server. The browser seems to spawn a number of requests at the same time (I think one for each content