The sessions tag has no wiki summary.
0
votes
1answer
19 views
Not killing background processes when exiting an xming / xlaunch gnome-session
I am logging in to a remote linux box using xlaunch with gnome-session --display=$DISPLAY. If I start a background process, is there a way to have it stay alive (keep running) when I exit Xming so ...
1
vote
3answers
92 views
Shared PHP Sessions in Load Balanced httpd environment
I have two httpd servers running PHP on RHEL 5.7. Initially I was sharing PHP sessions between the servers using a common NFS share that was hosted on a third server. This was causing slow downs and ...
1
vote
2answers
30 views
Expire cookie from web server
I've made some modifications on my user token and current session cookie makes server to redirect the request "in a way that will never complete".
The trick is to delog/relog, or wait for session ...
1
vote
2answers
77 views
Do Apache connections limit the amount of php sessions
My host is saying that maximum number of Apache connections is limited to 30. Does this mean I can't maintain more than 30 php sessions at a time?
1
vote
1answer
153 views
IIS 7.5 AppDomain recycle causing losing session after adding virtual directory to 'Default Web site'
I hope you can help me out here, because i tried to get some answers already in another board (see here) This Question is build on a reply of Scott Forsyth here.
When adding a new virtual directory ...
4
votes
2answers
33 views
screen -r spawning new prosses
I'm new to screen and I'm trying to figure out how to detach from a session and reattach later. So far I've tried:
$screen
C-a z (within screen to detach)
$screen -r
So far so good but when I C-a z ...
0
votes
0answers
125 views
IE 8 SessionMerging Registry Key Seems To Have No Effect on Desktop Shortcuts
We need to have our in-house web application always initiate a "new session" whenever a user accesses it on their desktop PC.
With IE8, the sure-fire way to accomplish this is training the users to ...
2
votes
2answers
212 views
How to Cache dynamic content using Nginx when sessions are involved?
This link explains how to create static files from dynamic content using Nginx.
My question is this: can I achieve the same if login sessions are involved. ie. when I want to serve content to only ...
5
votes
3answers
191 views
How to get an IP Address from a disconnected terminal services session
I'm using qwinsta and rwinsta to manage disconnected sessions at the moment. I usually get something like this:
SESSIONNAME USERNAME ID STATE TYPE DEVICE
console ...
0
votes
0answers
21 views
Updating PHP changes group of session directory
Whenever updating PHP 5.3.x through yum (currently on Red Hat Enterprise Linux Server release 6.2), at the end of the process, the group that we have set on /var/lib/php/session is changed to apache. ...
1
vote
2answers
120 views
Where to look if the website loses the user session?
Suddenly a few days ago I have noticed that in my website, when I complete a form of a place for example (POST) and then I do a redirect to view that place, the user session gets lost. If I refresh ...
0
votes
1answer
90 views
Configuring Apache session correctly
I am trying to configure Apache to timeout sessions correctly. I have had a look through some results in Google but didn't quite understand how to set this.
Basically I would the users session to ...
1
vote
2answers
108 views
Best way to run admin side mySQL based sessions (without modifying php code)
I'd like to set up mysql sessions in my hosting environment that works for all of my clients across the board for my load balanced environment. After some googling, it sounds like most people's ...
2
votes
1answer
93 views
What is the difference between concurrent sessions and IPsec/VPN sessions?
Our company is looking at hosting our software with an ASP model of distribution and we're looking at firewall hardware to protect our data center. My question is what is the difference between the ...
1
vote
1answer
56 views
Delete specific PHP sessions
I'm using PHP sessions as the focus for a user system on a website. As an admin of the site I would like to delete specific sessions to force users to logout. Or at least delete all the sessions so ...
1
vote
2answers
76 views
Possible causes of PHP /tmp device full error
I am getting the following error on the odd occasion on our web server:
Warning: session_start(): open(/tmp/sess_7ifl201pvdd91rr6tr4015n5k4,
O_RDWR) failed: No space left on device (28) in
...
0
votes
1answer
98 views
Tomcat - how to store sessions in DB immediately?
I'm experimenting with tomcat JDBCStore-based session persistence and wonder whether there is a way to make tomcat store sessions in DB as soon as possible?
I've tried to play with minIdleSwap and ...
0
votes
1answer
102 views
Caching and/or session issue with django application
We're having several issues with users getting logged out and/or not being able to sign in to our Django application. We have a single database, multiple front end servers, and a nginx load balancer ...
4
votes
1answer
161 views
Looking for specifics about how PHP session garbage collection works
PHP has several session settings that control the probability that garbage collection (i.e. deletion of expired sessions) will occur.
My question is: does this probability apply to all running Apache ...
0
votes
1answer
62 views
My /tmp/cook file is going crazy?
Currently, after 10 days or so after cleaning up my /tmp/cook directory, there are 3657 session files
vm645:/tmp/cook# ls | wc -l
3657
so I assumed they're not cleaned up itself.
Snippet of my ...
0
votes
0answers
97 views
PHP upgrade to 5.3 from 5.2, sessions no longer get stored
background link: http://stackoverflow.com/questions/7014945/php-upgrade-5-2-to-5-3-session-issue
I have upgraded PHP on my 2008 std server from PHP 5.2 to PHP 5.3. Following the upgrade, sessions no ...
3
votes
1answer
185 views
Best Way to store sessions in a High Availability / High Performance way in Multiple Server Environment
I have an application (Magento) that has an abstracted session storage layer. I'm trying to visualize the best way to store sessions.
mysql Database? I'm thinking a dedicated database with a very ...
1
vote
2answers
427 views
Reconnect ssh session when disconnected without screen
I initiated 'do-release-upgrade' over ssh, and then my (client) network connection died.
How can I reconnect to the session which is performing this command?
0
votes
1answer
39 views
Way to make IIS ignore the domain name for session?
We have an issue in a .NET application where the session isn't working right if the user does not have "www" in the domain; this causes application issues. I'm investigating the code part to see if a ...
3
votes
4answers
131 views
how to use temporary profile when ssh to remote server
I am frequently logging in to remote servers using ssh, to do standard administrative stuff. I have local bashrc/vimrc and various other configuration files that I would like to be available remotely. ...
1
vote
1answer
857 views
Load-Balanced IIS 7.5 Web Server ASP.NET Session State problem
we have a problem with an ASP.NET website where the users' sessions are behaving oddly - session data appearing, disappearing and re-appearing.
I think I know what the problem is:
Our setup is 2 x ...
1
vote
2answers
131 views
CPU being pushed to 100% by a process, trying to track and eliminate the problem
I am having trouble with the web servers CPU getting stuck at 25%, then 50%, then 75% until finally maxing out at 100%. Which we are guessing may be some slightly slower SQL queries stacking up, but ...
0
votes
2answers
383 views
Is there a MySQL engine for in-memory tables that support row locks?
The default MySQL in-memory engine only supports table-locks. This is killing our performance on our session table (using Joomla on the front-end).
Is there a (third-party) engine of an in-memory ...
0
votes
1answer
413 views
PHP fails to start sessions - disk corrupted?
In my Linux server, I can't login to my PHP application having an issue related to PHP sessions:
PHP Error Logs:
[Sat May 21 21:27:50 2011] [error] [client ] PHP Warning: Unknown: ...
1
vote
1answer
68 views
Users have multiple sessions in 2003 file server
Our office uses Windows Server 2003 R2 SP2 for our file server.
In the File Server Management console, under Sessions (Local) many of the users have multiple sessions listed, most of them on the same ...
0
votes
0answers
114 views
Multiple Sessions per Client
I have a PHP script that will store session hash in the database for each client (who's online table). I don't know why, but recently I noticed almost all clients have multiple session ids. I don't ...
0
votes
1answer
250 views
Maximum amount of memory per session with IIS/.NET
I'm troubleshooting some memory issues we're running into with a heavily used ASP.NET site hosted on IIS6. Intermittently we have to manually recycle our application pool (process) to resolve issues ...
2
votes
0answers
208 views
Tomcat sessions not expiring
I'm having problems with sessions accumulating. I run an instance of Tomcat 6.0.18 on a Windows server. I have 3 apps.
I've been having memory issues (close to heap size, or OOM). When I look ...
2
votes
2answers
187 views
Rsync and wildcards
I am trying to back up both the "Last Session" and "Current Session" files for Google Chrome in one command, but using a wildcard doesn't seem to work.
I am trying with the following command
rsync ...
1
vote
4answers
451 views
Apache SSL losing session over load balancer
I have two physical Apache servers behind a load balancer. The load balancer was supposed to be set up so that a user would always be sent to the same physical server after the first request, to ...
1
vote
0answers
172 views
Error when configuring session state server
We are trying to setup session state server. When we do, we get the following error:
Message: System.Net.Sockets.SocketException (0x80004005): A connection attempt failed because the connected ...
0
votes
3answers
211 views
PHP Sessions on Auto-Scaling Servers
(Apologies for cross-posting with SO. I wasn't sure where it was more appropriate.)
I'm working on a PHP web app deployed to Amazon Web Services. We have load balancers in front of auto-scaled ...
1
vote
1answer
368 views
Apache2 Segfault - need help interpreting this coredump (suspect cause is memcache / php session related)
Three Apache2 web servers running a PHP 5.2.3 web site. We're using Memcache to cache rendered pages but also as the storage engine of the PHP Sessions.
At peak traffic times we're getting Apache ...
1
vote
0answers
1k views
Work Around to use Psexec on Windows Server 2003 64-bit
local OS: Windows Server 2003
remote OS: Windows Server 2003 64-bit
I have a management server (32-bit) which has many scheduled batch scripts running on. One of the script is to use psexec to launch ...
0
votes
2answers
725 views
Failed to write session data
I have a VPS running on CentOS 5 with Plesk 9.
My website us running on FastCGI.
I'm having problems reading / writing sessions. On my servers error_log I get the following errors:
(...) Failed to ...
0
votes
0answers
58 views
Windows - Changing the logon account automatically after dialing VPN?
I have a home computer that I occasionally need to work at. I do this by using VPN to connect to my company network, and this generally works fine. My home computer is not a member of the Windows ...
0
votes
2answers
110 views
Store product data in session variable or access db every time?
I have my database storing lots of information about products (year, name, release_date, volume, etc. etc.). I currently load all of the products once and store them in a session variable - right now ...
0
votes
1answer
174 views
Dual Tomcat installation - problem keeping the users authentication
I am having a problem on a server were both Jira and Confluence is installed.
They are running on different ports (81 and 83), and in task scheduler I find 2 different Tomcat processes. So things ...
0
votes
0answers
429 views
Terminal Server RDP Session ID > unique number?
In a Windows Server 2003/2008 Terminal server environment each RDP-TCP session is given an ID. Starting with ID 1 for the first session and ID 2 for the next and so forth.
Is is possible to change ...
0
votes
2answers
340 views
Multiple RDP connections on one session
I've found out how to have multiple sessions per user, but I need multiple connections to ONE session, like the program TeamViewer is able to do, where multiple people can connect to 1 computer, and ...
1
vote
2answers
576 views
Alot of TIME_WAIT connections? - CentOS
I'm having a huge problem, ok first let me go over my setup.
I have 4 web servers running php which saves sessions to a memcache over my private network. Today just about every hour I have my logs ...
0
votes
1answer
154 views
memcache connections reaching its limit…?
I recently launched my project and had around 2000+ users accessing the application within 10 minutes. I have setup memcache to handle the sessions. What happened was that the server went very slow, ...
2
votes
5answers
255 views
Mitigating risks of HTTP session hijacking on open WiFi networks with VPS
The new Firefox extension Firesheep highlights the fact that HTTP login sessions can be easily hijacked if the data can be sniffed, which is trivial on an open WiFi network.
I would like to set up ...
0
votes
3answers
117 views
How to keep sessions when moving from one application server to another
Assuming I follow the steps in this answer to deploy a new version of an application without downtimes. When I route the users to the new application server instance, the application will not remember ...
0
votes
3answers
2k views
IIS 7.0 does not keep Session Variables
If I host an ASP.NET page with:
<%@ Page Language="C#" %>
<!DOCTYPE html>
<script runat="server">
protected void btn_Click(object sender, EventArgs e)
{
...