Tagged Questions

0
votes
2answers
55 views

if session expires whether the viewstate remains ?

i have set the session timeout to 20 minutes in IIS level and there is no session entries in the web.config. How can i know whether my session exprired in my website? does the state will maintain ? …
1
vote
4answers
121 views

Alternatives to using session variables in ASP.NET (including MVC)

I apologize if this has been asked before, but I haven't quite found the specific question I have in my head. For the website I am building (using ASP.NET MVC) - performance is an important feature. …
0
votes
1answer
23 views

membership timeout and session timeout

I need to set memebership timeout to be less than session timeout to avoid using the membership and the login session is expired, this is a problem that i face in my asp.net application that i am …
1
vote
1answer
28 views

Should asp.net session state be stored in a database separate from application data?

I am using SQL Server for persisting session state in a asp.net web application. Is there a best practice for the location of the session data? Should it be in the database along with the application …
0
votes
3answers
54 views

Session problem in asp.net website

I have an asp.net website, where there is no where session is implemented. But i could see the session is timing out when i take the website after deploying in the production server ... i checked …
-1
votes
2answers
43 views

Checking how sessions are implimented in my code [closed]

i have a webform.. which a form with different views ... i need to check how sessions are implemented in this..like viewstate, cookies or something else.. please help me !!
0
votes
1answer
51 views

Popup while session timeout

How to set a pop up message box saying... "please end your session and start again" in my asp.net webform?
0
votes
1answer
18 views

SQL Server Session State causing Serialization error

I have an .Net 3x application using default WCF serialization and recently setup application to use SQL Server Session state and am not being able to store those objects in session state with sql …
0
votes
2answers
56 views

c# stateserver maintains session between machines

Hi, I am sure that I have made some painfully obvious blunder(s) that I just cannot see. I am hoping one of you can set me straight. I my session management is working perfectly except that if a …
1
vote
1answer
36 views

Session State with MVP and Application Controller patterns

Hi, I've created an MVP (passive view) framework for development and decided to go for an Application Controller pattern to manage the navigation between views. This is targeted at WinForms, ASP.NET …
0
votes
2answers
97 views

Asp.net session state server with SQL Server

We're trying to get session state working using the following web.config line: <sessionState mode="SQLServer" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="Data …
0
votes
1answer
25 views

Structure Saved in a Session Variable

The ReportInfo is a structure. The structure works fine on one web page but I am trying to use it on another web-page. Here is where I saved the ReportInfo structure to the Session Variable …
0
votes
1answer
32 views

Website Session Analysis

I'd like to know the best way to deep dive into the flow of my users. For example, I have 4 pages in my flow, how can I analyze which users abandon on which step? I can definitely do it by hand with …
4
votes
3answers
105 views

Buiding ASP.NET application without Session State?

I just finished watching Stefan Schackow's PDC 2009 session and he mentioned that he is surprised that people are still using Session State in ASP.NET. Session State is even used internally in ASP.NET …
2
votes
4answers
58 views

Session mode in ASP.Net?

Which session mode in the following ,should i implement for my ASP.Net website? 1)InProc . 2)State Server. 3)SQL Server. 4)Custom.

1 2 3 4 5 11 next
15 30 50 per page