Re: ensure a parameter gets passed between pages

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Yes, I meant Request.Params.

well I'd hope I could avoid being to specific on how the user
programmer had to move between pages. I'm trying to make it
transparent. If its not transparent or minimal in impact it probably
won't be adopted.

My general goal here is to version my session so that if I open 2
windows of the same site they wont corrupt each other's session data.
So I don't think maintaining it in the session itself is will be
reliable. I'll try and think of a way to do that though.

Cross page postbacks took about 5 minutes to get working as expected,
thanks for that.

This seems like it would be very heavy for my purpose however. Really
what id like is this functionality for my one single HiddenField. I'm
doing a web app that has some rather idiotically large pages, so it
could be rather ugly. Redirect probably can be overridden to behave
consistently, but I'm skeptical of anchors which never even post
back. I could cycle through them with javascript I suppose, but that
sounds dirty.

This seems like it won't be functional enough for general consumption,
probably a dead end.

.



Relevant Pages

  • Re: Protools for M-audio update
    ... > BTW: Anybody want to buy a Session 8 system? ... and we've still got a Session 8 system. ... > be suitable for any kind of professional audio post production is like ... > functionality, then don't buy it. ...
    (rec.arts.movies.production.sound)
  • Re: whats the advantages and disadvantages
    ... register_globals isn't a security risk by itself. ... does, however, make it easy for the programmer to do stupid things. ... session variable called "loggedIn." ... there will be a variable called $loggedIn that is automatically ...
    (comp.lang.php)
  • Re: sharing sessions between php and asp
    ... > My intention is to recreate and expand the site's functionality in PHP5. ... > alongside PHP scripts - this is not a problem since the host is an IIS with ... > For some parts session variables need to be stored and retrieved, ... I don't have the faintest idea of how IIS stores session data. ...
    (comp.lang.php)
  • Re: Unbound names in __del__
    ... >>> to hide the whole session thing from the programmer. ... the last reference makes the object eligible to be deleted 'sometime' (if ... dependable cross-implementation method that I know of. ...
    (comp.lang.python)
  • Re: infinite session timeout
    ... The browser in now way signals the server when it is closed. ... Session and Authentication cookies are two separate things. ... might consider implementing some functionality in the browser to "ping" ... Every request will restart the session timeout (as long ...
    (microsoft.public.dotnet.framework.aspnet)