Questions tagged [session]

269 questions
0
votes
1 answer

crontab in different sessions

I started a crontab job in a server remotely (in a screen session) from a local machine. Days later, I terminated the screen session and restarted my local machine. The cron job in the server is still running (I'm sure about this). But using crontab…
0
votes
1 answer

Is HTTP session state preserved during application upgrade using Oracle's Weblogic hot deploy feature?

When performing hot deploy of a new version of a Java web app in Weblogic, does the application server preserve and transfer the HTTP session state from the old version to the newly deployed one? In other words, is there going to be any…
0
votes
1 answer

Alter new and existing session Command Timeout value

My first post so please me... I’m a self-taught DBA in a manufacturing environment full of engineers who like to fiddle. Although I have not given them sysadmin or any explicit extra rights I have an issue with some engineers running ‘killer’…
0
votes
1 answer

TCP/UDP Connection States documentation

Does anyone know where to find documentation for TCP/UDP connection states? Preferably non-Microsoft with unix backing. Basically, I'm looking for more information about TCP established, TCP syn_sent, TCP close, UDP assured, etc. network states.
user101130
0
votes
1 answer

Kill or continue lost Linux sessions

I have an unreliable Internet connection. Sometimes it is lost while logged on to the text command interface of a Ubuntu server. This results in a "garbage" user session (seen when using the who command). Is there any way I can login to the server…
Gruber
  • 151
  • 3
  • 9
0
votes
1 answer

how to check in a bash script where the shell is run from

I am fuzzy about how to set a command in a script to be run only when the shell is running within an X session. basically, in ~/.bashrc I set my keyboard maps as setxkbmap -layout 'us,gr' -variant 'altgr-intl,extended' -option…
nass
  • 548
  • 4
  • 10
  • 24
0
votes
3 answers

Windows server 2003 find user's computer

I would like to see which computer is used by a user (where he's working on), is it possibile to check user session in domain's computers? Thanks
Tobia
  • 1,210
  • 8
  • 37
  • 73
0
votes
1 answer

Varnish hijacking user sessions

Client contacted us with problem with login system on one of pages we coded. Sometimes it happens that users log in as someone else. As much as we tried, we couldn't replicate it. I suspect Varnish is causing this (since first time client reported…
0
votes
1 answer

PHP session timeout on shared sessions file storage

So to start of with I know that using a memcache or a database would be a better way to go. But I have (for now) made a load balance environment where I have a shared PHP session file storage. Some customers now claim they experience some problem…
Ronnie Jespersen
  • 221
  • 5
  • 13
0
votes
1 answer

What do do about PHP sess_ files not being cleaned up due to cron error?

I've been getting an error in cron like this: CRON[17744]: (CRON) error (grandchild #17745 failed with exit status 1) in syslogs. I ignored it for a while (brilliant, I know), and then suddenly my vps had exceeded its inode quota. Poking around,…
yuttadhammo
  • 217
  • 2
  • 8
0
votes
1 answer

WebLogic cluster, determine node from JSESSIONID cookie

We are running a WebLogic 10.3.4 cluster with three managed servers (nodes). We do not use session stickyness, but session replication across the cluster and everything is working fine. When trying to test our web application however, we regularly…
Axel Knauf
  • 1,600
  • 1
  • 10
  • 12
0
votes
1 answer

Tcp retransmission tcp session reconstruction

Im trying to write a program that reconstructs tcp sessions. I have a pcap file which have packets. The problem is i dont know which packets i should use to construct sessions when there is a retransmission.…
varstas
  • 103
  • 1
0
votes
1 answer

When set SESSION_ENGINE to memcached, Django website halts

I have set up memcached in Django using Pylibmc binding: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.memcached.PyLibMCCache', 'LOCATION': ['10.241.1.1:11211', '10.241.1.2:11211',] } } I…
Yifu
  • 1
  • 2
0
votes
1 answer

PHP Session File Stored in Temp Directory - Apache

I am having a slight problem...I have a server that I set up using AppServ 2.5.10, running Apache 2.2.8 and PHP 5.2.6. This is running on Windows Server 2008R2. The problem is in order for the sessions to work, I have to be logged into the server.…
navalhawkeye
  • 3
  • 1
  • 2
0
votes
1 answer

iptables masquerading rules for established session

I have the following setup: Box1 [server]: eth0 with ip 192.168.2.18 is in the internal network with webserver running on port 80. Box2 [gateway]: eth0 with ip gw.gw.gw.gw with some port exposed to internet e.g. port number 3000. eth1 with ip…
Amit S
  • 153
  • 1
  • 6