Difference between Response.Expires & Session.Timeout

P

prakash

Hi All
Can anyone explain the difference between Response.Expires & Session.Timeout

Regards
Prakash
 
R

Roland Hall

: Hi All
: Can anyone explain the difference between Response.Expires &
Session.Timeout

Response.Expires is the time in minutes before the page expires. This deals
with cache.
Session.Timeout is the time in minutes the session can be idle before the
server times out automatically. The default is 20 minutes.

HTH...

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
 
K

Ken Schaefer

Response.Expires sets the HTTP Expires header. This is set to a date and
time. The client browser uses this to determine when a page stored in the
client cache has expired, and should be retrieved afresh from the server.

Session.Timeout refers to how long (in minutes) an ASP session should be
"kept alive" by the server in the face of no new incoming requests from the
client.

Cheers
Ken
 

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

Similar Threads


Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top