Update Application on Shared Folder [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 7 years ago. Improve this question I am trying to find a good way to implement updating an application on a shared folder. If there is … Read more

Win 2003 Shared Folder

We have shared one folder on win2003 server and allowed everyone to access it but only 8-9 users are allowed to map drive the shared folder. The next is connected once I disconnect the one of the sessions. Pls advise. Answer It should be one of the following: (Less Likely) Your share folder properties are … Read more

PHP Session issue for AddOn domain

I have installed cPanel (EasyApache) for a domain (Domain1.com) Later i have added a new add on domain (Domain2.com), but when i am starting php session for domain2.com it is setting domain1.con cookie in chrome network response. set-cookie: PHPSESSID=51gjk7jr3qnscrb250j97mibh6; expires=Sat, 09-Oct-2021 15:00:35 GMT; Max-Age=31536000; path=/; domain=.domain1.com Also chrome is giving warning for this “This Set-Cookie … Read more

Empty LAMP Sessions [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 4 years ago. Improve this question I have a LAMP server. Users log in and authenticate against the MySQL database. After successful authentication, session_start() is called. … Read more

Server 2008 R2 – Script to kill idle sessions over [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question Looking for a script that can end idle session shares on a Server 2008 R2. If sessions are left open for too long … Read more

How does a load-balancer manages end user http sessions? [duplicate]

This question already has answers here: What kind of load balancing algorithms are there [closed] (3 answers) Closed 6 years ago. I would like to know, How HttpSession works on Load balancer? How Load balancer knows for the particular request need to send the respective Web Server? Here’s what I would guess: 1. load-balancer works … Read more

My PHP session variables are destroyed when form doesn’t submit for 20+ mins

On our lab’s laptop with Linux Mint we installed Apache server. It’s sole purpose is to run our chemical script INDEX.PHP. Everything runs smoothly but there is one problem. If we don’t submit from the script’s form for 20 mins or more then the script’s session variables are destroyed. But when we submit e.g. each … Read more