Date: 10/27/00
- Next message: Maurice Jumelet: "Re: [phplib] y these error are so fatal?"
- Previous message: c _wyong: "[phplib] y these error are so fatal?"
- In reply to: Daniel Bondurant: "RE: [phplib] iis, frames and page_close"
- Next in thread: Kristian Koehntopp: "Re: [phplib] iis, frames and page_close"
- Reply: Kristian Koehntopp: "Re: [phplib] iis, frames and page_close"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
you know ive read this thread b 4 and i'm not sure if i understand it
yet but let me make some assumsions and shoot me down.
in one frame you have navigation, the other you have an application, you
cannot use page close in both, so if you get a submit in navigation,
screw the application post data which there shouldn't be any, and if you
get submit in the application, don't screw with the navigation data,
because in any other scenario, i don't see any thing working right?
i'm just trying to get a thumbnail sketch, i don't use frames because of
the thread i'm reading now, and the thread i've read in the past.
Daniel Bondurant wrote:
>
> but I need both pages to save sess variables.
> If I take page_close() out of either one, when that page is called by a
> direct link (with target) I won't be able to save the session data.
>
> your solution works only when calling from a fs, but not in any other case.
>
> -----Original Message-----
> From: nathan r. hruby [mailto:nhruby <email protected>]
> Sent: Thursday, October 26, 2000 12:17 PM
> To: Daniel Bondurant
> Cc: phplib <email protected>
> Subject: Re: [phplib] iis, frames and page_close
>
> On Thu, 26 Oct 2000, Daniel Bondurant wrote:
>
> >
> > The sql error is both pages are trying to insert with the same sid. I
> need
> > the left frame to update, not insert. phplib must not be recognizing that
> > the page has has been closed or that the sid already exists.
> >
>
> Don't call page_close() on one of the pages (ie: that page won't save
> state) make a "read only" session There's more info on this (including a
> fairly detailed descriptuion by Kristian) in the archives
>
> -n
>
> --
> ........
> 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>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
-- My opinions are my own and not that of my employer even if I am self employed Tech Net, Inc. --FREE THE MACHINES-- 651.224.2223 627 Palace Ave. #2 karner <email protected> karner <email protected> St. Paul, MN 55102-3517 www.tnss.com wanted : adsl/cable modem with static ip at reasonable price accept-txt: us-ascii,html,pdf accept-dat: ascii-delimited,sql insert statments--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Maurice Jumelet: "Re: [phplib] y these error are so fatal?"
- Previous message: c _wyong: "[phplib] y these error are so fatal?"
- In reply to: Daniel Bondurant: "RE: [phplib] iis, frames and page_close"
- Next in thread: Kristian Koehntopp: "Re: [phplib] iis, frames and page_close"
- Reply: Kristian Koehntopp: "Re: [phplib] iis, frames and page_close"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

