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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -