in reply to practical aspects of sessions and state

A good example of why NOT to use cookies is the WinAmp site. Try this:
  • Comment on Re: practical aspects of sessions and state

Replies are listed 'Best First'.
RE: Re: practical aspects of sessions and state
by d_i_r_t_y (Monk) on Oct 19, 2000 at 04:15 UTC
    yep... this is almost exactly my problem... a user makes a query and then will probably subquery those results or redirect them into other intergated tools on the site. i for one always browse with multiple browser windows (doesn't eveyone) so that my next pages are coming down while i'm reading through my downloaded pages. i would definitely like to allow this behaviour with my site also.

    thanks for the reply...