cms
09-02-2004, 08:44 AM
Hello all. I've got a website here (at http://www.dotnetforum.net) using asp.net. When it comes to session timeout, I haven't touched that in my web.config file or the code within the website. In other words, the session timeout should be 20 minutes which is the default. I just checked the web.config file. Session timeout is set to "20" for 20 minutes. Yet, I've been getting messages from my website saying I'm not logged in (the site has security so you can log in and such) when I have no doubt that I am. I just did some testing by using a stop watch. As best as I can tell, the session timeout appears to be 15 minutes instead of 20 like I want. In fact, it maybe a bit below 15 minutes but it's more than 10 minutes for sure.
I need the session timeout to be what I set it to. I'm writing a forum applicatoin which I intend to be similar phpBBB if anyone is familiar with that which is used with phpNuke. I noticed the problem when I was typping long messages. I type fairly fast. Yet, sometimes when I type long messages, I hit the submit button and the site tells me I'm not logged in which indicates to me the session has timed out (the userid and some other items are kept in session objects). As I said, I just did informal testing with a stopwatch. The sessions are not lasting 20 minutes like I want but appear to be limited to 15 minutes at the most.
Is DiscountAsp limiting our sessions in some way? Any ideas what's wrong?
cms
I need the session timeout to be what I set it to. I'm writing a forum applicatoin which I intend to be similar phpBBB if anyone is familiar with that which is used with phpNuke. I noticed the problem when I was typping long messages. I type fairly fast. Yet, sometimes when I type long messages, I hit the submit button and the site tells me I'm not logged in which indicates to me the session has timed out (the userid and some other items are kept in session objects). As I said, I just did informal testing with a stopwatch. The sessions are not lasting 20 minutes like I want but appear to be limited to 15 minutes at the most.
Is DiscountAsp limiting our sessions in some way? Any ideas what's wrong?
cms