BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  General  General discuss...  How to change timeout for delogging inactive users?
Previous Previous
 
Next Next
New Post 8/6/2007 5:03 AM
User is offline ChrisMan
22 posts
No Ranking


How to change timeout for delogging inactive users? 

Hello all,

Does anybody know how to change the default timeout after which inactive users get automatically logged out?

Additionally, I have a minor but irritating bug: when I open the 1st time in my browser (IE or firefox) the bugnet's main page, I reach the AccessDenied.aspx instead of the welcome page, with the message: "Access Denied. The resource you have requested is unavailable or you do not have the proper access rights." Do you know what could be wrong or where to look at?


Thks,
Chris

 
New Post 8/21/2007 8:25 AM
User is offline mat
1 posts
No Ranking


Re: How to change timeout for delogging inactive users? 

BugNET Documentation -> Support -> Frequently Asked Questions:

Q. My users are always having to log back into the application. How can I fix this?

A. The default timeout for session in ASP.NET 2.0 is 30 minutes. You can configure the length of the timeout by editing the web.config file with code below setting the timeout value in minutes.

... But there ist no code.

Maybe: timeout: 120 min

        [...]

        <!--
            *********************************************
            Authentication Settings
            *********************************************
        -->
        <authentication mode="Forms">
          <forms name="BugNET" loginUrl="~/Default.aspx" timeout="120"/>
        </authentication>

        [...]

 
New Post 8/21/2007 8:10 PM
User is offline admin
634 posts
bugnetproject.com
1st Level Poster




Re: How to change timeout for delogging inactive users? 

I have added this to the FAQ, thanks.


Davin Dubeau
BugNET - Core Developer

 
Previous Previous
 
Next Next
  Forum  General  General discuss...  How to change timeout for delogging inactive users?

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.