This could be a silly/lame question, especially after working so long with ASP.NET :), but I need to be sure.
is there a way to have different session states? As in, have different objects stored in the session but with differing expirations
<div class=\"content clearfix\"> <div class=\"left\"> <!--info--> </div> <?php
I have a browser-based application that I use at work (as effectively all corporate apps are now browser-based for obvious reasons) that has an annoyingly short session timeout. I\'m not sure precisel
I am developing one web application in asp.net. I am opening my all pages on pop up window. I want to expire my session or change the session v开发者_高级运维alue when someone copy the url and paste i
I\'m working with an ASP.net MVC3.0 application and I keep Current User information in the Session of Current HttpContext.
I\'m building a site/app which will be displayed in an iframe. I have done it loads of times before, and it has caused me loads of problems in the past... The main problem is crossdomain cookies being
Until now, I was under impression that where to store your session is just a configuration switch and should not require any code change. I was having misconception that moving from inproc to state ma
We have a web appliact开发者_运维知识库ion where we are nonintoxicating users in a log in form, after log in, we are keeping the user info ( user info, user id, ...) in a session state, now under pres
How can I store a LINQ query (i.e. of type IQueryable<T>) in SQL Server session state or any oth开发者_Python百科er State Server?You can\'t serialize the IQueryable but you may be able to serial