Re: Any ideas how to read a url that's changed by the server?




You should then be able to extract the session ID from that using your choice
of text matching function.



Now that I've extracted the unique key from the url, I'm finding that
I'm having problems opening up the actual pages. This unique key
appears to be their session variable and so now their server views the
first hit to the server as sesson 1 and assigns it an id. Then when I
send in a new url with the session id, it views it as being a new
session and so that unique session id is no longer valid.

Any thoughts?

.



Relevant Pages

  • Re: ScaleOut StateServer
    ... if you only have one server), ... It supports in memory session access from within or ... outside the individual session. ... It basically gives you way to create a unique key and reference ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: PHP & MySQ + unique keys
    ... :>> I'm trying to write a system thats used for about 50 clients that uses ... The problem is that when a client ... :>> when you refresh the page that the unique key is incremented as you ... session is using. ...
    (comp.lang.php)
  • ScaleOut StateServer
    ... If you use this product to manage session (the license may be free ... if you only have one server), ... It supports in memory session access from within or ... It basically gives you way to create a unique key and reference ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Any ideas how to read a url thats changed by the server?
    ... This unique key ... appears to be their session variable and so now their server views the ... first hit to the server as sesson 1 and assigns it an id. ... //create sort of 'anonymous' cookiefile in temporary directory ...
    (comp.lang.php)
  • Re: Navigate in popup window
    ... I use a unique key name to identify the item in the system cache, ... However, if the data is unique to each client accessing your application, ... I still use caching instead of session state due ...
    (microsoft.public.dotnet.framework.aspnet)