Can we change the session timeout in ASP.NET, if yes then
how and from where?
Answers were Sorted based on User's Feedback
Answer / narinder mahindru
By default session time out is 20 minutes but one can
change it. there are two ways to change the sessiontime out
in asp.net that is:-
1) from web config. file by setting the session timot
element eg.
<sessionstate timeout="60"/>
or
2) by doing programtically eg.
session.timeout=60
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / sabeer pasha
Hi All,
Have u set any time limit in the web.config file if not
then set like this
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="20"
/>
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / narendra
to change session timeout write this code in your web.config
file
<sessionState mode="InProc" timeout="60">
it will increase your session expire time .
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / narendra soni
to change session timeout write this code in your web.config
file
<sessionState mode="InProc" timeout="60">
or you can also set this in global.asax file as
Session.Timeout = 60 ; // in Session.Start() event
it will increase your session expire time .
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / saminathan
The session in my application often gets expired.
I've tried giving session timings both
in the page directive of the page
as well as
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / mohammad aziz
Yes ofcourse. There are few steps which needs to be
followed. Pls. visit this link to have a beautiful
explaination...
http://support.yessoftware.com/kb_article.asp?
s_keyword=.gif&s_prod=&kb_articlesPageSize=10&s_type=&order_
by=Freshness&s_cat=&article_id=74
Aziz...
| Is This Answer Correct ? | 1 Yes | 3 No |
how to encrypt a connection string in web.config file?
What is dataset and uses of dataset ?
What is view state and how this can be done and was this there in asp?
11 Answers Accenture, KDOT, Mphasis,
HI, I have a very important query in mind. Please help me regarding this. I don't have any real time exp in .net. But I have a knowledge it .net. I got an offer from an MNC company as a software developer has I had kept 2 years of fake exp. Even though for this job I had worked hard to crack interview for more then a year. So, I would like to know how difficult it will be for working in real time as I don't have real time exp. Please tell me as soon as possible bcoz I need to join by next month. Can i sustain over there for a longer time or not. And also let me know how to work pressure will be over there. Please help me regarding this. I'm getting tension thinking about it. Thank you.
How many types of controls are there in asp.net?
About writting a query and SP which is better ?
What is %20 in a url?
What is AutoPostback?
How is application management and maintenance improved in asp.net 2.0?
How to implement globalization and localization in the use interface in .net.
How do I send an email message from my ASP.NET page?
Why Unload event of MasterPage Calls first in ASP.net ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)