Groups | Blog | Home
all groups > asp.net > april 2006 >

asp.net : .NET Questions


Baren
4/19/2006 11:28:03 PM
Hi! All,

in one of the interviews I got these question. Anyone has any answers to
these?

1. Whis is stateless asp or asp.net?
2. Difference between Response.Expires and Expires.Absolute

Thanks in advance,

Regards,
Josh Twist
4/20/2006 1:21:51 AM
I'm not sure what you mean by your first question - but both are
'stateless' unless you use session, which both support.

Expires allows you to set the number of minutes until the page expires
from the client cache whereas the ExpiresAbsolute allows you to set a
specific DateTime at which the page should expire.

Josh
http://www.thejoyofcode.com/
AddThis Social Bookmark Button