Reading Session Values using System.Net.HttpWebRequest

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
 
J

Joerg Jooss

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top