Questions tagged [session]

269 questions
1
vote
1 answer

org.apache.catalina.session.ManagerBase- Start expire sessions StandardManager and End expire sessions StandardManager

I am just a beginner with tomcat and got stuck with following error while deploying a third party application. I have certainly start getting in tomcat (tomcat version is 7 on windows 2008 r2) logs lot following error and these are happening…
PTMS
  • 21
  • 1
  • 2
1
vote
1 answer

PHP sessions in memcache - secure session path

Memcached is fine for sessions as I read. But what safe? Today we have more clients on one server. Every virtual host have own session.path. This is safe to prevent read sessions from other domain. But what memcache? Is it possible read session from…
Pavel
  • 397
  • 6
  • 16
1
vote
1 answer

How to set up cluster with SESSION replication in Coldfusion 10?

I am not able to set up a cluster with session replication. I have successfully set up a cluster with sticky session. When googled I found a lot of links explaining the same issue,…
user3427540
  • 169
  • 2
  • 9
1
vote
0 answers

Active session count for a given app pool?

I'm running a .net 4.0 app in IIS6 in a separate app pool. Is there a way to see a count of active sessions for that website? I can see the active sessions in the performance counters, but only for all .net 4.0 apps, is there a way to break this…
Alex KeySmith
  • 701
  • 2
  • 10
  • 19
1
vote
1 answer

Cookies Not Setting in Load-Balanced Environment

I have an Nginx load balancer load balancing two nginx servers serving PHP content (Moodle) up. They share the same database and use the same sessions directory using an NFS share on a separate server. I am running PHP 5.4.1 and the latest version…
David
  • 187
  • 2
  • 15
1
vote
1 answer

Temporary file security threat?

We use CentOS. We've been hacked and trying to figure out why. Looking at the /tmp folder I'm wondering if these are security threats: -rw-rw---- 1 mysql mysql 11665408 Apr 3 18:59 #sql_6bc_0.MYD -rw-rw---- 1 mysql mysql 1024 Apr …
1
vote
1 answer

PHP-FPM save sessions in memcached

I'm trying to switch my session_handler to memcached, I'm not sure if it worked, it does not look like it did. vi /etc/php5/fpm/php.ini session.save_handler = memcached session.save_path = unix://run/memcached/memcached.sock /etc/init.d/php5-fpm…
Daniel W.
  • 1,439
  • 4
  • 23
  • 46
1
vote
2 answers

Apache httpd creates new sessions every time (2.2.16 and 2.4.6)

I have a server running Apahce httpd 2.2.16 on Debian 6.0.7 I use the proxy balancer directive to reverse proxy traffic using ajp protocol to tomcat backends BalancerMember ajp://server-01.siminn.is:8000…
davideagle
  • 33
  • 1
  • 6
1
vote
1 answer

varnish file download fail from user session

I have 2 varnish 3.0.4 servers on edge of an Apache cluster (fallback director). On one of my sites, users log in to download static content such as pdf, images (jpg,jpeg,png, gif), xls/xlsx etc. All but the exel files are told to be cached. When…
1
vote
1 answer

2 Apache with one user password in one system

I installed Apache 1.3, and Apache 2.2 on one system with different ports (444, 445). I used Apache Authentication info of 444 for both. When I want to go from port 444 to 445, Browser ask me user/password again. I want to share the session…
1
vote
1 answer

where is the "session layer" of OSI reference model implemented in Linux kernel?

"Session layer" in OSI 7-layer reference model is responsible for creating, maintaining and closing sessions between hosts. Is it possible to distinguish "session layer" in Linux network stack? What are the protocols used? For example if one…
Martin
  • 332
  • 3
  • 10
  • 28
1
vote
2 answers

Azure IAAS Websites and session affinity

What is the best way to handle session affinity (sticky session) with Azure IaaS VMs? We have 2 load balanced web servers. Right now they are setup and use the Azure Round Robin approach. The issue is we need to setup session affinity. It seems we…
Noah
  • 153
  • 1
  • 7
1
vote
1 answer

PHP Session Doesn't Seem To Work

I am setting up AfterLogic Webmail Lite, which requires PHP with session support. It says that session support is not enabled, but I find this quite strange, since session.save_handler is defined: session.save_handler = files I tried setting this…
Ian
  • 139
  • 3
  • 9
1
vote
1 answer

WARNING: Context manager doesn't exist

I have cluster setup with session replication. I have one load balancer with 2 tomcat instances as the worker nodes. In one of the node I am getting the WARNING. NOt sure what it really means. Session replication seems to be working fine just…
nth
  • 89
  • 2
  • 3
  • 9
1
vote
2 answers

Multiple A record and session/cookie

For example I setup multiple a record for a domain abc.com 115.11.22.33 115.11.22.34 115.11.22.35 Is it true that if one browser successfully establishes a connection to one of the ip's, it will stick with this ip until it no longer…
user2122139
  • 145
  • 3