Re: [phplib] PHPlib error From: Christian Thiele (ChristianThiele <email protected>)
Date: 12/03/00

Hi,

okay but there are a lot of pages using frames & sessions and it seems...they have no problems.

The most important reason for me for using frames :

I want to setup a internal messaging system with automatic reload and I don't want to reload the whole page...just a little frame with the message system.

Or do you have a better idea to realize that ?

Bye
Christian

***

For higher compatibility and to prevent browsers caching problems i always
use tables instead of frames. This makes use of templates possible/easier
also.

If you use sessions in different frames, how easy is it to get the session
variables mixed up? If you save a session in 1 frame, it will not be saved
in the other frames. Confusion all over the place i think. ?o?o?o?

Brian