session-management
WebApp Session Management using Ehcache
In my project I am using ehcache to store loggged in user details and some other information (which app will use this at runtime instead of fetching from db). The following is my ehcache configuration[详细]
2023-04-11 13:14 分类:问答Session Handling without Cookies and URL rewriting
I have an old web site(servlets, JSP, and Struts). Currently, session management handled by using cookies. I wanted to redesign this site to make browser independent.[详细]
2023-04-09 02:52 分类:问答Session Management and Security
This is my current session management: if(!isset($_SESSION[\"user\"][\"authenticated\"]) || !$_SESSION[\"user\"][\"authenticated\"])[详细]
2023-03-30 18:09 分类:问答can I discover another users LTPA2 token on the machine / in the browser?
If you put sit Paros on the traffic between your browser and a web application being hosted in WebSphere, you will have two session identifiers passed as part of the cookie section of the HTTP request[详细]
2023-03-18 10:22 分类:问答Design a session manager
Do we have a spec standard for designing a session manager? IMO, these are what a session should process:[详细]
2023-03-16 21:46 分类:问答How to subclass concurency control in spring, and what exception is thrown?
Right now in Spring security I have this code: <session-management> <concurrency-control max-sessions=\"1\" error-if-maximum-exceeded=\"true\" />[详细]
2023-03-11 02:31 分类:问答Raven DB session management in WCF
I have a WCF service that accepts requests, performs some work and saves result to Raven DB. I am t开发者_Go百科hinking that the session management shall be similar to NHibernate with WCF, but I am no[详细]
2023-03-01 12:59 分类:问答Generic Repository session management asp.net-mvc fluent nhibernate
I have gotten into a problem with my project. I am using a generic repository with structure map together with Fluent NHibernate. Everything works rather well, but when it comes to transactions and se[详细]
2023-02-19 08:01 分类:问答Is there a concept of session management in Winforms applications? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_开发技巧Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-02-18 18:28 分类:问答php session variables expire after 30 mins
I have a php application running on LAMP. All the form information needs to be stored in Database. When the user does not submit the form more than 30 min, tries to submit later the php session variab[详细]
2023-02-15 14:35 分类:问答