Tagged Questions

0
votes
2answers
34 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 …
0
votes
1answer
21 views

Profile Memory Usage of Session State ASP.Net

I'm trying to figure out the size of a particular session state. On one of our heavy pages (lots of data in a table) it gets progressively slower. The issue is resolved by logging …
2
votes
4answers
75 views

Are Linq to sql objects serializable for session state?

Without going into whether this is a good or bad idea: Is it possible to store a LINQ-to-SQL domain object in the ASP.NET Session, when the session is out-of-process? [EDIT] I'm …
7
votes
4answers
96 views

Do we still need to worry about users turning off cookies?

I've noticed that a lot of sites don't bother anymore with work-arounds so users who have turned their cookies off can still get the same experience on the site. Has that problem …
2
votes
1answer
52 views

How would I use AJAX to determine if the user’s session has expired and then return them to the login page?

In the following scenaio, how could I make use of AJAX to check if the session if is still active and then return the user to the login page? The user logs in and starts working …
2
votes
2answers
48 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
31 views

Session problem when accessed through pagemethods

I have a problem with accessing values in the session through pagemethods. The example below demonstrates the problem in a simple form. There are three buttons on the page and ea …
0
votes
2answers
60 views

ASP.Net Session State not enabled properly

I'm having trouble getting Session State to work correctly in my ASP.Net application. I've set EnableSessionState="true" in all my <%@ Page %> directives but I still seem to …
0
votes
2answers
44 views

Sql server session state problem.

I am developing a shopping cart website. The problem is, when I add product items to my shopping cart and another user in another computer browses the shopping cart, suddenly has …
1
vote
1answer
24 views

Recommendation for setting maximum size limits on Transaction Log of ASPState database.

Hi, We have ASP.Net MVC Website which has < 200 users with long running sessions. Each user is expected to stay logged in for at least 6-8 hrs before logging out. The average s …
2
votes
1answer
52 views

Asp.net: How session works in a server farm environment

I would like to know in how the Session locking mechanism work and how I can lock a variable and its respective child objects for multiple reads/exclusive write in a server farm en …
0
votes
1answer
162 views

Detecting Session expiry on ASP.NET MVC

I have built a shopping cart that uses Session State to keep the shopping cart data while the user is browsing the store. I have an issue where if I leave the browser window open …
0
votes
2answers
51 views

How to retain session-state from iframe in a pop-up?

I'm making a web application for a customer that has clients who want to put the login to the app inside of an iframe on their web sites. On a succesful login we want to open the a …
3
votes
3answers
41 views

Can Memory Pressure lead to Session Data Eviction in ASP.NET?

Does Memory Pressure ever cause Session Information to be evicted in ASP.NET? If so, will this only happen after all Caches are evicted (even with CachePriority.Highest), or what …
2
votes
1answer
52 views

ASP.NET - Is everything I store in Cache part of the w3wp process?

It is my understand that the ASP.NET Cache is part of the w3wp process, meaning writing to and reading from it does not cross process boundaries does not require marshalling doe …

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