Questions tagged [session]
274 questions
1
vote
2 answers
Session timeout is very short on IIS 7.5
I have a website on windows server 2008 and iis 7 on a VPS. It works fine and has no problems, but after moving it to a shared hosting server with IIS 7.5, the session is lost after 4 or 5 clicks (like 30 secs) and I have to login again and…

Mehdi Mousavi
- 11
- 1
- 1
- 3
1
vote
1 answer
Requirements to load balance .NET 3.5 web servers
We're planning to load balance 10 .NET 3.5 web servers. We're using SQL 2008 session state server for session management.
What do we need to load balance the .NET web servers?
Things we've identified so far:
web contents will need to be the…

dxcrpham
- 11
- 1
1
vote
5 answers
session.save permission erorr
My Debain server created a session in private tmp folder /home/user/tmp
the temp folder owner:
drwxrwxrwx 2 user www-data 4096 2011-08-23 16:26 tmp
After the session created, the session detail:
-rw------- 1 user user 0 2011-08-23 16:30…
Arsun
1
vote
1 answer
Plesk + Apache + PHP (FastCGI): Constant session permissions problems, conflicts between HTTP / HTTPS
I've just moved a collection of sites over to a brand-new server, running Apache 2.2.3, PHP 5.3, and Plesk 10.1.1. I am having problems with file permissions on PHP sessions, which are being stored in /var/lib/php/session.
I originally set the…

Jon Gauthier
- 153
- 7
1
vote
2 answers
php sessions files incompatible? - php5.2 debian lenny vs php5.3 debian squeeze
php is truncating the session files to zero after migrating the session files from server one (debian lenny php 5.2) to the new server (debian squeeze php 5.3).
i create a session on server one with createsession.php (see below) and can view the…

c33s
- 1,515
- 3
- 21
- 39
1
vote
2 answers
Increase php session time via .htaccess not working
I want to create the session timeout to 6 hours but my browser is still timing out in 1/2 hour.
I am on a PLESK server.
I updated .htaccess
php_value session.gc_maxlifetime 21600
php_value session.cache_expire 21600
php_value…
Ken
1
vote
0 answers
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 party did not properly respond after a period of time,…

Shiraz Bhaiji
- 2,229
- 9
- 34
- 47
1
vote
1 answer
What do I change in php.ini file so that the sessions are handled in memcache?
I have installed the memcache extension and also memcached. Now what do I need to chance in the php.ini file so that all sessions are handled in memcache?

Peter Johansson
- 377
- 1
- 6
- 8
1
vote
2 answers
What happens when an RDP session times out?
When a RDP sessions time out, what happens to the running processes? Are they gracefully shutdown, and if that fails then forcefully terminated?

chickeninabiscuit
- 1,104
- 6
- 20
- 33
1
vote
0 answers
IIS 7.0 Session Sharing among different applications
We have created two web applications, one nested inside another(Our main web app is the outer one, and we have a cms inside, or below it). We're trying to get session sharing between the applications(using state server option) as mentioned…

Chris L
- 113
- 3
1
vote
1 answer
Session loss in dotProject
I'm setting up a dotProject installation, but my session is lost on every pageload and I get redirected to the login page. It seems the session variable "dotproject" is missing from every link. When I forge links manually…

user21692
- 37
- 8
1
vote
1 answer
Can't set up IIS Web Server on Server 2008 x64 correctly (what have I missed?)
Using a VM I installed Windows 2008 Server x64 and as the image below shows, added the IIS Role
(source: balexandre.com)
full image
and assigned all role features of IIS
(source: balexandre.com)
full image
But if I have an ASP.NET (aspx) page…

balexandre
- 567
- 2
- 13
- 26
1
vote
1 answer
Cannot run "Automation Anywhere" exe files from console (session 0) on Windows Server 2003 64 bit
I have a simple exe created from an Automation Anywhere task that displays a message box saying hello world. I created this simple exe just for debugging the following issue.
When I log in to the console (session 0), and run the Automation Anywhere…
user36055
1
vote
0 answers
Couchbase nodes are stuck in pending after bucket creation, nodes aren't rebalancing
If anyone here is familiar with setting up Couchbase, I need your help. I'm in the process of migrating all of our on-prem servers to Azure. Right now we're trying to get Couchbase in the cloud to manage session state. However, when we set up a…

Hey_Mindo
- 21
- 1
1
vote
0 answers
Force generate a new session or lock a session ID to a client when using the same login for Windows Virtual Machines versus taking over empty session?
Situation
Our engineering group generates new Windows VMs from a template that uses a generic admin user. Through the course of a project that user is used in multiple, parallel sessions by several engineers that are making modifications to code or…

beingmerry
- 13
- 4