Click here to Skip to main content
16,015,666 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Testing Tool Pin
N a v a n e e t h3-May-07 3:25
N a v a n e e t h3-May-07 3:25 
AnswerRe: Testing Tool Pin
firozu3-May-07 0:12
firozu3-May-07 0:12 
QuestionSession State Pin
Senthil_M2-May-07 23:24
Senthil_M2-May-07 23:24 
AnswerRe: Session State Pin
kubben3-May-07 2:56
kubben3-May-07 2:56 
Questionloosing data between postbacks [modified] Pin
Ayman Mashal2-May-07 22:25
Ayman Mashal2-May-07 22:25 
AnswerRe: loosing data between postbacks Pin
kubben3-May-07 2:54
kubben3-May-07 2:54 
GeneralRe: loosing data between postbacks Pin
Ayman Mashal5-May-07 18:56
Ayman Mashal5-May-07 18:56 
GeneralRe: loosing data between postbacks Pin
kubben6-May-07 1:02
kubben6-May-07 1:02 
IIS controls a couple of things. In the app pool there is a recycle app pool that would re-set your entire web application, this includes the cache. By default this re-set happens like every 27 hours or something weird like that. Normally, I change it to recycle real early in the morning like 3am. The web site it self has many timeout settings for the session. I don't see any reason why a session expiring would affect the cache. I guess the question is how much data are you putting into web server memory when the post back occurs. If you are putting huge amounts of data into you web server memory then the cache could be cleared early because the server is running out of memory.

Hope that helps.
Ben
QuestionDreamWeaver Dream Pin
matjame2-May-07 22:05
matjame2-May-07 22:05 
AnswerRe: DreamWeaver Dream Pin
steffw2-May-07 22:18
steffw2-May-07 22:18 
QuestionSearch code Pin
Stormint2-May-07 21:40
Stormint2-May-07 21:40 
AnswerRe: Search code Pin
Sathesh Sakthivel2-May-07 21:49
Sathesh Sakthivel2-May-07 21:49 
AnswerRe: Search code Pin
Sandeep Akhare2-May-07 22:00
Sandeep Akhare2-May-07 22:00 
QuestionSVG ( Scalable Vector Graphics) Pin
jayarajmrj2-May-07 21:28
jayarajmrj2-May-07 21:28 
AnswerRe: SVG ( Scalable Vector Graphics) Pin
badgrs2-May-07 22:48
badgrs2-May-07 22:48 
QuestionUrgent Role based menu question. Pin
coolestCoder2-May-07 20:48
coolestCoder2-May-07 20:48 
AnswerRe: Urgent Role based menu question. Pin
Sandeep Akhare2-May-07 21:04
Sandeep Akhare2-May-07 21:04 
QuestionSerial No Pin
Mkanchha2-May-07 20:41
Mkanchha2-May-07 20:41 
AnswerRe: Serial No Pin
Sathesh Sakthivel2-May-07 20:44
Sathesh Sakthivel2-May-07 20:44 
GeneralRe: Serial No Pin
Mkanchha2-May-07 21:04
Mkanchha2-May-07 21:04 
GeneralRe: Serial No Pin
Sathesh Sakthivel2-May-07 21:47
Sathesh Sakthivel2-May-07 21:47 
AnswerRe: Serial No Pin
RaghuSanta2-May-07 21:36
RaghuSanta2-May-07 21:36 
GeneralRe: Serial No Pin
Sathesh Sakthivel2-May-07 23:27
Sathesh Sakthivel2-May-07 23:27 
QuestionOLEDB vs SQLClient Pin
Sujit Mandal2-May-07 20:08
Sujit Mandal2-May-07 20:08 
AnswerRe: OLEDB vs SQLClient Pin
Kunal P2-May-07 20:40
Kunal P2-May-07 20:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.