For various reasons I am fed up with ASP.NET session state and I\'m trying to do it myself (separate question coming soon related to why I\'m fed up and whether it\'s feasible to do it myself, but for
I am working on a website and this is my first web project. Scenario for Session I have created a database for my project with security level little bit high. I want to manage session for each and
i have set the session timeout to 20 minutes in IIS level and there is no session entries in the web.config.
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 wit
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 applicati
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 serv
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.NE
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
So i have a couple of custom Http Handlers for different file types. I开发者_Go百科 have implemented the IRequiredSessionState marker, but still recieving context.Session as null?
Is it possible to use session cookies across browser sessions (specifically Internet Explorer). I would like a user to log in to my si开发者_开发问答te and therefore get a cookie and when the user ope