asp.net - Get the Session info from Request.GetResponse() -
i have aplication loads many asp.net pages , in every loop need take information sesion of loaded page.
how can that?
example:
webrequest request = httpwebrequest.create(url); webresponse response = request.getresponse(); //how session response???
you can't. session state object on server.
Comments
Post a Comment