I have a (HTTPS) login.php page which remains HTTPS (ie once user logged in goes to account dashboard). Now the problem is say the user whilst logged on to the secure dashboard clicks onto a non-sensi
Have next problem: i setup the custom session state server (store sessions in Mysql). But the session data not added to database (the default .net session table is empty), but the authorization works
I want to ask a question about web gardening in IIS. There is an asp.net 2.0 web application running on IIS 6.0, application run on single worker process and InProc session mode.
I want to know in which situati开发者_开发百科on i am use this mode ?Sql Server Mode is one way to handle sessions inside of a web farm for example.If you were to use in proc session state inside of a
I\'m creating a web application in asp.net mvc2 and I\'m having a little problem in an interesting situation that I assume is a default behaviour on webapplications. (sessionstate= inproc)
I am developing a really simple PHP application to display pictures on the web. My application is composed by a Database with two tables Image and Categories, some simple business logic and the UI.
I am planning for a application which will be deployed on Windows Azure. The web role will have multiple instances. I see that with multiple instances in-proc session will not work.I see that I have f
I set timeout for 30 mins in web.configlike below <forms name=\".FormsAuth\" loginUrl=\"/Login.aspx\" timeout=\"30\" protection=\"All\"
I am migrating 2 .NET web sites from one Windows 2003 (IIS6) server to another. One of the sites is .NET 2.0 and the other is .NET 3.5. I am using the StateServer mode of ASP.NET session state with th
Here\'s the scenario: Page 1 has a text box that, if filled, will be the name of the session. It also has a button that will take you to Page 2 (when clicked).