Advertisement

07.25.2008 at 01:17PM PDT, ID: 23596706
[x]
Attachment Details

Session State Timeout Help Request for dummy

Asked by BillyDvD in Programming for ASP.NET, C# Programming Language, WebApplications

OK, I am NOT an ASP guy...
So I search around and find all sorts of info on Sessionstate timeout...  
I at least have figured out that I am using forms for authentication, however, I have also implemnted a AspNetCustomMembershipProvider :
http://support.microsoft.com/kb/910440    -- almost excactly...

I have tried all the parameters below seperate and in different variation's....
I know I am missing something, but what ?????

Note: I am PROBABLY in need of some hand holding :)

Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
<sessionState mode="InProc" cookieless="false" timeout="45"></sessionState>
--| As well as:
<sessionState timeout="40">	
</sessionState>
--| also
<authentication mode="Forms">
<forms name="Login" loginUrl="login.aspx" protection="All"  timeout="45" path="/"/>
</authentication>
 
 
Here is the MembershipProvider if it matters / helps
<membership defaultProvider="AspNetCustomMembershipProvider">
	<providers>
	<add connectionStringName="BoschCustomerIssueDataBaseConnectionString" enablePasswordRetrieval="false" enablePasswordReset="false" requiresQuestionAndAnswer="false" writeExceptionsToEventLog="true" name="AspNetCustomMembershipProvider" type="Bosch.CustomMembershipProvider"/>
	</providers>
</membership>
[+][-]07.25.2008 at 08:28PM PDT, ID: 22093625

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Programming for ASP.NET, C# Programming Language, WebApplications
Sign Up Now!
Solution Provided By: PotensDraco
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628