Questions tagged [session]

269 questions
2
votes
1 answer

Mysterious per-session CPU limiting?

TL;DR: CPU-hungry processes are sharing cores on a multi-core server while other cores sit idle, whereas I expect the Linux scheduler to distribute jobs evenly across cores. What could cause this behavior? My workgroup has a new 4-core server…
dmonner
  • 21
  • 1
  • 3
2
votes
0 answers

Can only create on citrix application session per server

We have 3 Citrix presentation servers. These servers are each hosting an application. We can access the application fine. However, if I access it, I can only open one session of the application on each server. But if I try to open a fourth session,…
Michael Galos
  • 153
  • 1
  • 5
2
votes
2 answers

Invalidate all sessions at application reload

is there a way that tomcat 7 invalidates all sessions of an application when it is reloaded manually via the management interface? All the best, Thomas
pcb-dev.com
  • 21
  • 1
  • 3
2
votes
1 answer

Distributing php-session load on a memcache array

Until recently our setup consisted of 4 web-servers sharing sessions to a single server running memcache. We are hosted on Amazon cloud and had a crash at peak load on 2 consecutive days. The problem was that the memcache service crashed (the load…
Kundra
  • 21
  • 2
2
votes
1 answer

Amazon EC2 ELB directing load to other instances and session stores

If we scale up (add an instance to ELB), could we redirect some existing requests to the new instance. So that, The users that we force to a new server will be asked to login again If we scale down (remove an instance from ELB), then all users from…
2
votes
2 answers

Tomcat clustering/loadbalancing performance in production environment

I have some doubts on the performance of clustering and session management in load balanced environment. Here are my questions: What are the drawbacks of sticky-sessions and session replication. The cluster will contain 4 nodes, but many concurrent…
2
votes
3 answers

Ssh use private key over 2 servers

Machine1 has private and public pair. Machine2 and machine3 have public key. I go to machine2 from machine1 over ssh and then I want to go to machine3 from machine2. It's like that machine1--ssh-->machine2--ssh-->machine3 How can I do that?
user59114
2
votes
1 answer

kill sessions for other machines

I've an admin and client site. Multiple users will view at client site at the same time. It is possible that I can force the users logout of my client site from admin site? I'm now using classic ASP and the In Proc session is used. Is there a way…
LipKee
1
vote
1 answer

HTTP/1.1 New Session Failed

I'm getting reports from my users that they are getting the following error message when going to my website: HTTP/1.1 New Session Failed It doesn't happen all the time. (I checked my site today randomly about 20 times and I only saw it once.) My…
BoltBait
  • 111
  • 5
1
vote
1 answer

Java multiple HttpSession IDs for the same user

I have some problem with sessions. When I try my project from local sources and refresh several times a JSP that contains the following code:

Session ID=<%=session.getId()%>

It always display the same ID. Alright. The problem is I have…
Ommadawn
  • 225
  • 2
  • 7
1
vote
1 answer

How to Handle Long TCP Sessions deployment in ZDD?

I have an application that forward TCP connection to another App. Currently I am trying to make this application Zero Download Deployment, so I can deploy new version at any time but there is a problem I don't have not found a solution in how to…
1
vote
1 answer

Session "NT Kernel Logger" failed to start

I have encountered an error on windows server 2012 recently. Session "NT Kernel Logger" failed to start with the following error: 0xc0000022 More Details: LogName: Microsoft-Windows-Kernel-EventTracing/Admin Event ID: 2 Level: error OpCode: start …
AlirezaK
  • 316
  • 3
  • 20
1
vote
0 answers

PhP Session Destruction not as eXpected

I have added this code to the top of my page and it is executed when a user login. My intention is to increase the session life…
boonu
  • 111
  • 3
1
vote
1 answer

Server 2016 Session time limits for specific users

I am aware you can set session time limits for all idle/disconnected users on Server 2012/2016 etc, however I was wondering if there is a way to end disconnected/idle session only for some users and not all? Reason being, we'd love to have the…
Brett
  • 11
  • 1
1
vote
0 answers

Should TLS separate the Finished messages?

I'm a bit stumped by what I'm seeing in wireshark. I am attempting a TLS session resume from a client 10.66.128.10 to server 10.26.0.196, and am seeing an unexpected event - the client is sending the Change Cipher Spec and Encrypted Handshake…
Code Wiget
  • 163
  • 1
  • 5