N
nissim
i need to read about 100 diffrent html pages from my site,
every 1 hour,
i do it with HttpWebRequest and HttpWebResponse and wth
full success,
the problem is that every time i call HttpWebRequest.Create
() method it open a new session in my site (i can see it
in the statistic page), i want to do that with only one
session.
is it possible?
every 1 hour,
i do it with HttpWebRequest and HttpWebResponse and wth
full success,
the problem is that every time i call HttpWebRequest.Create
() method it open a new session in my site (i can see it
in the statistic page), i want to do that with only one
session.
is it possible?