session-management

Many Applications using One Session (Need to seperate them but keep One Session)

Hello, I need to somehow tell the difference between several applications all running under the same session. The problem arises from storing things in the session. If we add something in one application called "TestVariable" and the same variable name in another application it then gets overridden. All applications have an application...

Asp.net session management in load balance environment

Any recommendations for transition from single server to load balancing environment of 3 servers? I considered using Sql Server session management, but I am storing linq2sql objects in session which has serialization issues. With a quick search I found a workaround .But I am skeptical to use this approach considering code-change/readab...

session management in web services?

is it possible to manage sessions in web-services? if yes, how to manage session in it? is it similar to sessions we maintain in JSP or PHP? where does the info about the session will be stored, Client or Server? ...

Nhibernate, WinForms, Castle Windsor: Session Management

Hi, I know the question of session management has been brought up in the past, but I could not find anything that helps me overcome my problem.. I have a number of repository classes (e.g CustomerRepository, ProductRepository etc.) which I resolve through Castle Windsor (Note: I am trying to apply the three calls pattern as outlined he...

Http Session Management / Alternative Session Management (in Java)

Hi guys, I'll try as best as possible to explain what I'm doing in order to get best possible advice/solution. This is all done in java. My client has a SWING based desktop application that will load using WebStart. I was assigned to create a Session Manager for user account information. My friend suggested to rather use Http Session ...

Measuring Web application session resource consumption

Hi guys; I have this web application that i have created using Wicket, Guice and JPA. I would like to advise my clients on the resource consumption of the application so that i can also advice him on the optimum hardware to purchase. What is the best way of measuring the Memory and CPU consumption per session as well as the network band...

managing hibernate sessions

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: 2010-10-28 10:58:00,423 DEBUG [org.hibernate.impl.SessionImpl] - opened session at timestamp: 5276786198212608 2010-10-28 10:58:01,390 DEBUG [org.hibernate.impl.SessionImpl] - opened session at timestamp: 5...