Tagged Questions

0
votes
1answer
14 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 …
3
votes
3answers
56 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 i …
1
vote
4answers
34 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.
0
votes
2answers
23 views

Session cookies across browser processes

Is it possible to use session cookies across browser sessions (specifically Internet Explorer). I would like a user to log in to my site and therefore get a cookie and when the use …
1
vote
1answer
89 views

Classic ASP session and Web Garden (multiple workers)

We are having issues with IIS6 slowdowns when using more than 1.2GB of RAM in a single worker and would like to use more workers. However looks like ASP sessions are made by worker …
0
votes
5answers
43 views

HTTP Session Tracking

Since HTTP is a stateless protocol, when a client makes a number of requests to the server, how does the server uniquely identify a particular client's requests over a period of ti …
0
votes
1answer
16 views

IIS 6.0 Not loading SessionState for .NET 3.5 Application using HttpHandler

QA and Dev enviroments work perfectly. Handlers all implement the IRequiresSessionState marker. Config File contains: <pages enableSessionState="true"> and <sessionSt …
0
votes
1answer
19 views

IHttpHanlder returns null session

So i have a couple of custom Http Handlers for different file types. I have implemented the IRequiredSessionState marker, but still recieving context.Session as null? Do you need …
1
vote
2answers
39 views

.NET HttpSessionState Case Insensitivity

.NET's HttpSessionState using an "InProc" store seems to treat session variable key values as case insensitive. For example: session["foo"] = 1; session["Foo"] = 2; Trace.Write(se …
0
votes
2answers
81 views

How to set session timeout more than 20 min.?

I have a problem in my project. There is an admin panel in my website. People can login with a username and password can edit website content. Sometimes a user can take up to 30-40 …
4
votes
4answers
3k views

ASP.Net: How to clear out session on log out

i redirect the user to the login page when user click log out however i don't think it clear any application or session because all the data persisted when the user log back in. c …
0
votes
1answer
23 views

ASP.NET page change causes an object array in Session to be unable to cast to it’s own type??

I am storing an array of a custom serializable class in session on my site. When a page on the site changes, suddenly it renders them invalid, and tells me that it can't cast the …
4
votes
6answers
113 views

Using cookies to store session in ASP MVC

Storing the entire session in a cookie has been standard in Rails for the last few years - is there an easy way to achieve something similar with ASP MVC? By default, anything in …
0
votes
1answer
65 views

window.open() clears session

Hi, I have several portlets in my application. If I open a url using window.open() method, the session id changes and causes an error in other portlets. If I don't open this url, …
0
votes
2answers
40 views

Keeping State in Non-model Controls - MVC

Ok, I'm very new to MVC so bear with me if I'm asking a ludicrously straightforward question. I'm trying to develop a project in MVC where certain controls on the view will keep st …

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