session
ASP.NET: Implementing ISessionIDManager for cookieless sessions?
Question: I\'m writing a custom session provider. So far it works excellently. I decided I wanted to add a customized ISessionIDManager, to control the session id.[详细]
2023-04-10 04:52 分类:问答Session data not persisting in GAE (Java)
I am struggling while handling sessions in GAE. I am trying to store a two classes and a string in session. Although on DEV environment it runs fine, on production a class and a string are not being p[详细]
2023-04-10 04:18 分类:问答Can't make sessions work properly
I\'m trying to control if the session is started, and doing the redirects according to it, and also checking the session time, if it\'s expired redirect, if not - continue.[详细]
2023-04-10 03:47 分类:问答Facing session issue in MVC application
I am using Asp.Net Membership and when user enters correct username and password I sign him in开发者_运维百科 using:[详细]
2023-04-10 02:14 分类:问答redirecting cycle based on user session
I have a problem with redirecting to a page. It seems like it is redirecting itself multiple times. I have[详细]
2023-04-10 02:13 分类:问答Magento recalculate cart total in observer
I have an observer that removes items from the cart if they are out of stock (i.e. customer returns to their cart ofter x time, and an item in the cart has gone out of stock), and shows a message to t[详细]
2023-04-10 01:53 分类:问答Is it a bad idea to store my 6 months expirations sessions in database?
I\'ve around 500,000 unique visitors, and I want my visitors be able to use my website a bit like StackOverflow. I mean you don\'t need to register but you have kind of an account which stores some pr[详细]
2023-04-10 01:29 分类:问答Why am I getting this nhibernate NonUniqueObjectException?
The following method queries my database, using a new session.If the query succeeds, it attaches (via \"Lock\") the result to a \"MainSession\" that is used to support lazy loading from a databound Wi[详细]
2023-04-10 01:18 分类:问答how to know from a Site B, if the user is connected on the site A?
I have got a website and now i have to add a forum. The forum will be on a sub-domain of the site, but may be on an 开发者_如何学Goother server.[详细]
2023-04-10 00:13 分类:问答Sharing session via web request
I have spend a lot of time on this problem without any change : I have got 2 simples apsx page, in the first page the[详细]
2023-04-09 23:18 分类:问答