Hi,
setting the following properties for object in asp.net results in?
response.buffer=true
response.expiresabsolute=now().subtract(new timespan(1,0,0,0))
response.expires=0
response.cachecontrol="no-cache"
a. session expires
b. clears buffer area
c. avoid page to be cached
d. none
Regards,
Rajendra