session-state
PHP session HTTP to HTTPS problem
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[详细]
2023-03-04 18:37 分类:问答sessionState problem at .net mvc (MySQL)
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[详细]
2023-03-04 14:06 分类:问答IIS Web Gardening with InProc mode
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.[详细]
2023-03-03 08:05 分类:问答What is and why use Session Mode : SQL Server 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[详细]
2023-03-01 08:05 分类:问答ASP.NET loses session data when delete directory on WebApplications
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)[详细]
2023-03-01 04:43 分类:问答How can I keep a set of data during several calls to the server in PHP?
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.[详细]
2023-02-27 12:45 分类:问答Select a way for Session Management on Windows Azure
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[详细]
2023-02-27 01:29 分类:问答Session timeout handled, but still not working in asp.net?
I set timeout for 30 mins in web.configlike below <forms name=\".FormsAuth\" loginUrl=\"/Login.aspx\" timeout=\"30\" protection=\"All\"[详细]
2023-02-26 04:52 分类:问答Unable to use session state server because this version of ASP.NET requires session state server version 2.0 or above
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[详细]
2023-02-24 22:17 分类:问答Check sessions when redirecting pages in ASP.NET?
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).[详细]
2023-02-24 10:21 分类:问答