Date: 12/03/00
- Next message: Björn Schotte: "Re: [phplib] PHPlib error"
- Previous message: R.B. Scholtus: "Re: [phplib] PHPlib error"
- In reply to: R.B. Scholtus: "Re: [phplib] PHPlib error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You can only reliably use sessions in a farmes layout if you call
page_close() in one and only one frame.
You can call page_open() as many time as you want and it isn't required to
call page_close, doing so causes, in essence, a read-only session in that
frame page.
Check the archives at marc.theaimsgroup.com for more info, as this is a
question sthat has come up frequently in the recent past.
-n
On Sun, 3 Dec 2000, R.B. Scholtus wrote:
> I have no experience with something like this.
>
> I guess its okay to use frames and sessions as long as you dont mix up the
> sessions.
>
> On the server it works you said so why not :-)
>
> good luck,
>
> brian
>
> ----- Original Message -----
> From: Christian Thiele <ChristianThiele <email protected>>
> To: <phplib <email protected>>
> Sent: Sunday, December 03, 2000 11:13 PM
> Subject: Re: [phplib] PHPlib error
>
>
> 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
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
-- ........ nathan hruby Webmaster: UGA Department of Drama and Theatre Project Maintainer: phpSlash, Carousel nhruby <email protected> ........--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Björn Schotte: "Re: [phplib] PHPlib error"
- Previous message: R.B. Scholtus: "Re: [phplib] PHPlib error"
- In reply to: R.B. Scholtus: "Re: [phplib] PHPlib error"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

