On Wed, Apr 2, 2008 at 9:53 AM, David Mintz <[EMAIL PROTECTED]> wrote:
> Before I start trying to un-break it please tell me if this logic is sound: > when they do an ajax request, store the query params in the session. > Whenever they GET the page itself, look first for these session vars and use > them if they exist, else use the defaults. > That's probably the easiest way to do it, if you're already using sessions. You could also use js to write the current params directly to cookie. -- Chris Snyder http://chxo.com/ _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
