Reading Session Values using System.Net.HttpWebRequest

  • Thread starter Thread starter prasad
  • Start date Start date
P

prasad

HI,

I am using System.Net.HttpWebRequest object to retreive information from
some sites through screen scraping. Can i read session values using these
objects ?

Thanks in Advance
Prasad Dannani
 
prasad said:
HI,

I am using System.Net.HttpWebRequest object to retreive information
from some sites through screen scraping. Can i read session values
using these objects ?

Well, if session value means some piece of server-side state that is
kept in a "Session" object -- no, unless the web application offers you
an API to retrieve such values explicitly.

Cheers,
 
Back
Top