Can someone point me to example implementation for custom session state management ? I am looking for following approach \"keep all the session state in database and keep only the keys in HttpSession
Background I\'ve read all kinds of blogs and documentation about nhibernate session management.My issue, is I need it for both winforms and webforms.That\'s right, I\'m using the same data layer in b
I am using Spring 2.5.5. Hibernate3.2. and MySQL. I was getting: org.hibernate.LazyInitializationException: could not initialize proxy - no Session
I am using NHibernate and Repository patterns in my application. But not want to use UnitofWork pattern.
I am trying to debug a web app that is having some performance issues. i turned on hibernate logging and i am seeing a lot of this:
I know the question of session management has been brought up in开发者_StackOverflow社区 the past, but I could not find anything that helps me overcome my problem..
Any recommendations for transition from single server to load balancing envi开发者_开发百科ronment of 3 servers?
I have faced this question in my Interview as well. I do have many confusion with Session Scope & it management in java.
Consider my dataTable contains 10,000 rows and i want to know the pitfall of storing datatable in a session variable... I want to use it until a new row has been added...
In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity?