At 18:20 12.06.2002, John Siracusa wrote: >On 6/12/02 12:17 PM, Perrin Harkins wrote: > > James G Smith wrote: > >> The nice thing about the context then is that customers can have > >> multiple ones for multiple windows and they can have more than they > >> have windows. > > > > How do you tie a context to a window? I don't see any reliable way to > > do it. The only way to maintain state for a window (as opposed to > > global state for a session) is to pass ALL the state data on every link. > >Nah, you could just shove a context param into all forms and links on each >page, and store the actually (possibly large) context server-side, keyed by >context id (and session id, see below)
But what if someone opens one of the links in a different window, and continue on the same pages as in the original window, but with different parameters? The session ID would be the same, the context id would be the same, but the params would be different, right? -- Per Einar Ellefsen [EMAIL PROTECTED]