|
|
Stories recently tagged with 'Session'
|
|
published 10 months, 24 days ago, submitted by
gavinjoyce
10 months, 24 days ago
aspadvice.com — The SharpCacheSessionManager is a HttpHandler that allows to display the entries stored in the Cache, Session and Application object. You can view the data stored inside the objects and you can also remove the objects from the corresponding storage. read more...
1 comment
|
category: ASP.NET | Views: 3
|
|
tags:
cache, httphandler, ASP.NET, Session | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
itzrahulsoni
1 year, 6 months ago
blogs.msdn.com — In this article I have discussed some of the common reasons for session loss issues in ASP.NET. I have also discussed about how you should think of fixing these issues yourself in a logical way. read more...
1 comment
|
category: ASP.NET | Views: 4
|
|
tags:
Troubleshooting, Session, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
ajdotnet
1 year, 6 months ago
ajdotnet.wordpress.com — In-proc session state - which is the default session management configuration - does not work! read more...
2 comments
|
category: ASP.NET | Views: 5
|
|
tags:
Session, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 6 months ago, submitted by
wwb_99
1 year, 6 months ago
sitepoint.com — ASP.NET gives a developer a lot of loosely typed key-value collections in which to stash stash variables, depending upon persistence needs. The short list includes ViewState, Session, Application and HttpContext.Items. These collections can come in very handy when one needs to keep an object around outside of a single request or shuttle things between different bits of the http pipeline. But it comes at a price—these collections are loosely typed, just returning Objects. Moreover, there is no compile-time checking to ensure that you are requesting the right key in the right place. Errors can lead to crashes at best, and interesting data corruption at worst. Here is a handy technique to avoid such issues. read more...
1 comment
|
category: ASP.NET | Views: 2
|
|
tags:
Viewstate, StronglyTyped, ASP.NET, Session | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 year, 9 months ago, submitted by
javierRomero
1 year, 9 months ago
madskristensen.dk — The Session in ASP.NET is a very simple way of storing user specific data for the duration of a single user session. I’ve many times added data to the Session that had an even shorter lifespan. That could be as a data store for properties on AJAX enabled web pages and those properties don’t belong in the session after the visitor navigates to another page on my website. To clean up, I would then delete those session objects that no longer is in use. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
tags:
Session, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|