Click here to Skip to main content
15,919,121 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sending Mail problem Pin
l0kke15-Nov-06 6:21
l0kke15-Nov-06 6:21 
Questionmaking Round off Pin
Sandeep Akhare14-Nov-06 23:48
Sandeep Akhare14-Nov-06 23:48 
AnswerRe: making Round off Pin
sathish s15-Nov-06 0:00
sathish s15-Nov-06 0:00 
AnswerRe: making Round off Pin
AmitChampaneri15-Nov-06 0:19
AmitChampaneri15-Nov-06 0:19 
AnswerRe: making Round off Pin
PavanPareta15-Nov-06 1:08
PavanPareta15-Nov-06 1:08 
QuestionIs a conditional HTTPHandler possible? Pin
Senor Plankton14-Nov-06 23:37
Senor Plankton14-Nov-06 23:37 
QuestionSharing assemblies without the GAC? Pin
Senor Plankton14-Nov-06 23:33
Senor Plankton14-Nov-06 23:33 
QuestionI have problems with Session Time-out Pin
satyendrastomar14-Nov-06 23:16
satyendrastomar14-Nov-06 23:16 
Hi,

I have problems with Session Time-out.

I need my Session to stay for more than an hour. For that, I have done the below things.

a) I have specified the timeout as 60 in the web.config of my application as below:
<sessionstate mode="InProc" stateconnectionstring="tcpip=127.0.0.1:42424" sqlconnectionstring="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="60">

b) In IIS, web-site's configuration settings also I have changed to 60 minutes.

c) Though its not required, I have also changed the timeout to 60 in machine.config as below:

<sessionstate mode="InProc" stateconnectionstring="tcpip=127.0.0.1:42424" statenetworktimeout="10" sqlconnectionstring="data source=127.0.0.1;Integrated Security=SSPI" cookieless="false" timeout="60">

Even though some times the session time-out is after 25 – 30 minutes and sometimes the session time-out was after more than 54 minutes.

Can any one give me any explanation for this unpredictable behaviour?

How to re-solve this type of situation. I dont want to change the sessionstate's mode other than In-proc.

Please help me in this regard.

Satyendra

AnswerRe: I have problems with Session Time-out Pin
l0kke14-Nov-06 23:26
l0kke14-Nov-06 23:26 
AnswerRe: I have problems with Session Time-out Pin
AmitChampaneri15-Nov-06 0:21
AmitChampaneri15-Nov-06 0:21 
QuestionRegularExpression Validator Pin
monika_vasvani14-Nov-06 22:56
monika_vasvani14-Nov-06 22:56 
AnswerRe: RegularExpression Validator Pin
Suresh Pirsquare14-Nov-06 23:15
Suresh Pirsquare14-Nov-06 23:15 
GeneralRe: RegularExpression Validator Pin
monika_vasvani14-Nov-06 23:20
monika_vasvani14-Nov-06 23:20 
AnswerRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 0:42
Deepak the Cool15-Nov-06 0:42 
AnswerRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 0:44
Deepak the Cool15-Nov-06 0:44 
GeneralRe: RegularExpression Validator Pin
monika_vasvani15-Nov-06 2:59
monika_vasvani15-Nov-06 2:59 
GeneralRe: RegularExpression Validator Pin
Deepak the Cool15-Nov-06 17:58
Deepak the Cool15-Nov-06 17:58 
QuestionMysteries of the App_Code folder Pin
Guy Harwood14-Nov-06 22:46
Guy Harwood14-Nov-06 22:46 
AnswerRe: Mysteries of the App_Code folder Pin
Guffa14-Nov-06 23:28
Guffa14-Nov-06 23:28 
GeneralRe: Mysteries of the App_Code folder Pin
Guy Harwood15-Nov-06 0:20
Guy Harwood15-Nov-06 0:20 
GeneralRe: Mysteries of the App_Code folder Pin
l0kke15-Nov-06 6:32
l0kke15-Nov-06 6:32 
QuestionHow to Make Inline Programme? Pin
asprajesh14-Nov-06 21:54
asprajesh14-Nov-06 21:54 
AnswerRe: How to Make Inline Programme? Pin
Guy Harwood14-Nov-06 22:50
Guy Harwood14-Nov-06 22:50 
QuestionDefaultFocus Pin
greekius14-Nov-06 21:34
greekius14-Nov-06 21:34 
AnswerRe: DefaultFocus Pin
just3ala214-Nov-06 22:03
just3ala214-Nov-06 22:03 

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.