Questions tagged [session]
274 questions
1
vote
1 answer
MultiPoint Server 2011, RDP sessions are disconnecting
We are using thin clients to RDP into a Multipoint Server. The clients are experiencing a loss of connection that does not seem to have to do with an idle disconnect setting. I have gone through the settings and do not find anything either local…

Pratt Hinds
- 143
- 1
- 2
- 11
1
vote
2 answers
Restrict RDC console session for administrator only in Windows 2003 Server
I have a server (Windows 2003 ) and different users connect the server via Remote Desktop Connection. All users have admin rights on it. So sometimes it becomes very difficult for me to RDC to the server because of number of session exceeds the…

shikran
- 31
- 1
- 4
1
vote
1 answer
Qwinsta: Do disconnected sessions tie up server resources
When running qwinsta I see both connected and disconnected user sessions on a Windows server. I end up cleaning up all the sessions marked with disc just because it seems like good housekeeping.
However, I'm wondering if having many disconnected…

dtryon
- 160
- 3
- 11
1
vote
2 answers
How many PHP session files are too much?
I'm managing a site which, despite our best efforts, creates upwards of 10,000 session files. We've configured the gc and it has helped to control somehow the growth of files, but we still have "a lot" of these files at peak hours.
Are 10,000+ too…

Jaime G. Wong
- 13
- 1
- 3
1
vote
1 answer
Apache has many PHP session files
# ls /var/lib/php5 | wc -l
7488
# ls -la
-rw------- 1 wwwrun www 0 Nov 9 15:30 sess_vtuh671rlafdidfjmgjfu6065p4tfieg
-rw------- 1 wwwrun www 0 Nov 12 02:30 sess_vu9pn476oiqbsd20q4s2brt60b9vg90d
-rw------- 1 wwwrun www 0 Nov 9…

PiTheNumber
- 345
- 2
- 5
- 18
1
vote
1 answer
Losing JSESSIONID when using ProxyHTMLURLMap
I've setup a reverse proxy between an Apache front-end and multiple Tomcat backends. The below block of code includes the ProxyHTMLURLMap param so that the HTML can be rewritten to remove the Tomcat context path. With this setup in place, after…

Matthew Schmitt
- 51
- 1
- 5
1
vote
1 answer
PHP5 session file cleanup never finishes
My Ubuntu 12.04 server comes with this cron job, which must be for
cleaning up PHP session files
find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +24 ! -execdir fuser -s {} ; -delete
In my folder there are currently ca 1110000 such…

jdog
- 121
- 7
- 29
1
vote
2 answers
Passing variables in the PHP $_SESSION between subdomains
Recently I have purchased a VDH package and need to be able to communicate between sub domain with the $_SESSION array. The system has been build with this is mind. I clarified that it was possible with the VDH service provide before purchase but…

Shane
- 335
- 4
- 13
1
vote
2 answers
Protecting images from direct access by checking current PHP session with mod_rewrite
I'm working on a solution to a problem where users could potentially access images (in this case PDF files) stored in a folder off the server root. Normally, my application validates users through PHP scripts and sessions. What isn't happening right…

a coder
- 789
- 4
- 20
- 38
1
vote
1 answer
Mixed sessions with Classic ASP on IIS 7.5 and Windows 2008 R2 64 bit
Recently had an issues with a server upgrade from IIS 6 on Windows 2003 to IIS 7.5 on Windows 2008 R2 64 bit.
We have a number of websites running on Classic ASP. All the sites sit under a particular site, e.g. www.example.com/foo and…

Marcin
- 21
- 3
1
vote
0 answers
Citrix Client Fails To Establish A Connection
Users on one server can't establish an in-session Citrix-connection. The user starts a desktop from the local Citrix Presentation Server 4.5 farm. In this session the user connects to a remote Citrix farm (version unknown) via a Citrix web…

Tom
- 424
- 3
- 12
1
vote
3 answers
php - write failed: No space left on device (28)
I got session error at php on cenots 5.1 x86.
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is…

WindStory
- 59
- 3
- 3
- 7
1
vote
1 answer
IIS Session Sharing between Two IIS Instances
For testing purposes, I have 2 sites on the same IIS server that I want the session state to be shared between. The sites are identical (they point to the same folder) and originally they used the default application pool (which I have switched to…

mj_
- 131
- 1
- 4
1
vote
2 answers
ASP.NET MVC, IIS 7.5 - Losing Sessions Across Servers (Load Balanced)
We have a site running on 3 web nodes. We are using SQL Server session storage.
We recently added two more only to find that users' sessions are lost when they are sent to one of those machines.
We have checked the site ID as well as the machine…

ItsJason
- 113
- 1
- 4
1
vote
1 answer
How to debug/fix a php/apache segmentation fault while using memcache (redundant) for session storage?
os: debian squeeze (up2date)
2 apache mod php webserver
2 memcache server
i have to apache mod_php nodes which use two memcache server for redundant session storage (used variant 3 from https://serverfault.com/a/165584).…

c33s
- 1,515
- 3
- 21
- 39