BugNET

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

BugNET Forums

 
ForumForumSupportSupportGeneral SupportGeneral SupportSession Expired on e-mail linkSession Expired on e-mail link
Previous Previous
 
Next Next
New Post
 2/19/2010 7:48 AM
 
 Modified By WiredUK  on 2/19/2010 8:48:58 AM

Using AD authentication, if a user gets an e-mail such as:

From: BugNet
Sent: 19 February 2010 11:01
To: Some User
Subject: Issue xxxxxxxx has been assigned to you
The following issue has been assigned to you: http://BugNET/BugNET/Issues/IssueDeta...

The webpage that come up is ~/Errors/SessionExpired.aspx. The link only works if the user has a valid session which only gets created when visiting ~/Default.aspx. I guess this is a bug of sorts?

New Post
 2/22/2010 4:46 AM
 

My users get the same errors - we have disabled the anonymous logins. See the following link:

http://www.bugnetproject.com/Forums/t...

I think there is a bigger issue surrounding the session management.

New Post
 2/22/2010 5:46 AM
 
gklesczewski wrote:

My users get the same errors - we have disabled the anonymous logins. See the following link:

http://www.bugnetproject.com/Forums/t...

I think there is a bigger issue surrounding the session management.

I have created a new issue with your session management problem and improvement here.


Davin Dubeau
BugNET - Core Developer
twitter.com/bugnetproject

New Post
 2/23/2010 10:01 PM
 

I had a similar session timeout problem

I tried dozens of solutions and then adding this to the web.config worked.

// Add this line in the Web.config file 330 means 330 mins

<system.web>
<sessionState cookieless="false" timeout="330"/>

Hope this helps

New Post
 4/14/2010 2:48 AM
 
I'm having the same issue, could I ask as to where within web.config I should be putting this code?

Thanks
Previous Previous
 
Next Next
ForumForumSupportSupportGeneral SupportGeneral SupportSession Expired on e-mail linkSession Expired on e-mail link

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.