session-state
htaccess mod_rewrite, PHP, and cookies turned off in the browser
PHP puts the session id into the URL when cookies are turned off. Does this session id have to be accounted for (by proactively coding for it) in the case where .htaccess rewrite is being used?[详细]
2023-03-08 17:36 分类:问答Problems with Session in Asp.Net
We have a web farm of IIS 6 servers that runs our application. Our session is stored on Sql Server 2005 on a diffrent server.[详细]
2023-03-07 19:07 分类:问答How do I use ASP.NET Session object in my MVC 3 web app?
I need to use sessio开发者_StackOverflow中文版n in my MVC 3 web app like I used to do in my old ASP.NET web app. I need to save some values, and then access it from any of my controllers and all other[详细]
2023-03-07 06:16 分类:问答Has anyone created a PHP Session-like class in user code (not native)?
The native 开发者_运维知识库PHP Session functionality is great, but it\'s ultimately a singleton. There are times when you need to maintain state for multiple apps and in the scope of an already-start[详细]
2023-03-07 05:46 分类:问答Is there any good reason why the authentication cookie and the session state cookie are two separate cookies?
Is there any good reason why ASP.NET\'s session state cookie and the Forms Authentication cookie are two separate cookies? What if I want to \"tie\" them to each other? Is it possible in an elegant wa[详细]
2023-03-06 23:48 分类:问答caching search results in session vs keeping large object heap clean
Ok so I\'ve been working on an ASP.NET project for a while and it seems I\'ve made some bad design choices that are coming back to haunt me as the project keeps on getting bigger and bigger in terms o[详细]
2023-03-06 20:56 分类:问答Maintain session state data in a way that keeps it tied to the authentication cookie
I am developing an ASP.NET MVC 3 Application that is essentially a proxy to a database. To lo开发者_如何学Cgin, users must provide their database user and name. (I know it isn\'t a good idea to use da[详细]
2023-03-06 17:31 分类:问答Reference Objects in sessions
if a list of objects are saved in the session, the session gets updated automatically when a new 开发者_JAVA百科object is added to the list due to objects declared as reference types.. why this is not[详细]
2023-03-05 22:33 分类:问答ASP.NET Reportviewer shows reports when i use sessionstate "InProc" but does not when i use "StateServer"
Ihave my asp.net state service enabled and configured my session state config as per below but my reports keep saying \"ASP.NET session has expired\" when i try to generate my reports using reportview[详细]
2023-03-05 11:33 分类:问答Check once per user session - asp.net
I would like to make a call to the underlying backend just one time when user first initiates a user session. While the session is up, the same call shall never be made again. Do I just create a singl[详细]
2023-03-05 07:59 分类:问答