Questions tagged [session]

269 questions
0
votes
1 answer

ASP.NET MVC multi-instance session management on amazon ec2

I have a web application written in asp.net mvc2. Currently hosted on amazon cloud ec2. Because of growing traffic we want move multi instance enviorenment. I have a custom session class which currently initiate at session start (global asax) and i…
0
votes
1 answer

how to prevent windows server 2008 from automatically ending user sessions

i am connected to a windows server 2008 R2 server using a terminal TC (thin client). all of our applications are running on the server and if a user is idle for more than 5 minutes, his session will be ended and he will be loged out. i want to write…
Sina
0
votes
2 answers

tsdiscon after startup

I have a test server running on Windows XP SP3. I need to do the following: Boot Automatically login WWW user Start a WWW server (I'm using IIS Express) Disconnect (not logout) the WWW user (maybe using the tsdiscon command) This will allow to…
bbmelo
  • 11
  • 1
0
votes
2 answers

Monitoring PHP session size in Nagios

What are the options for monitoring PHP session size from Nagios? I want to identify sessions that go over a certain threshold because they have too much data stored in them. One option I can think of is listing the size of the files in…
Rich
  • 1,333
  • 5
  • 27
  • 39
0
votes
1 answer

About servlet and session configuration in Tomcat

I have two web application related questions: i) If a web application contains two servlets and a customer accesses these two servlets using proper URLs, how many sessions are created? One or two? ii) Could one use HTTPS for one servlet and not for…
0
votes
1 answer

Using APC compiled with mmap for session management

If APC is configured to use mmap does that mean virtual memory will be mapped to disk and I will not be using physical memory ? As my needs are very basic, rather than using memcached to implement memory based session management I wrote a custom…
Steve
0
votes
0 answers

My server went into read-only mode due to a php-sessions bug, should I put it back into read/write and fix it, or use fsck?

After a large ddos attack on one of my websites, my debian server went into read only mode to prevent further damage. It seems from my searches online that I should run fsck -y -f to fix this, and I have with limited success. I end up with just…
0
votes
0 answers

How to run a Python script in interactive desktop session on Windows 10 remotely?

In other words: how do I run a GUI app on Windows 10 remotely? Background: we build and test plugins for third-party CAD engineering software. In order to run tests of our plugins, we need to first activate the CAD software license and this can only…
0
votes
0 answers

Redis & HAProxy issue

We just switched one of our PHP projects to use Redis/Haproxy as a solution for storing sessions. The issue we are facing is once in one or two months, the project will randomly lose sessions. We have to refresh the same page 10~30 times to see that…
Jack1010
  • 1
  • 1
0
votes
1 answer

Monitor session duration on AWS Cognito

I am using AWS Amplify to host an Angular application and using Cognito user pool. I have created a dashboard on Amazon Quicksight for BI purposes. One of the metrics that I want to monitor is how much time a user spend in the application. Obviously…
0
votes
0 answers

Login to SSL VPN via SSO and then use SSO inside VPN for other Service Providers possible?

I have a setup where you authorize via SAML SSO (keycloak as idp) to access a SSL VPN (fortigate as sp). Now inside the VPN there are authorization reverse proxy servers. Is it possible to have the same SSO automatically authorize users to the proxy…
cu 29p
  • 1
0
votes
0 answers

Sessions lost on specific network only

NOTE: My apologies - I am not a server admin, but I have a problem that I believe may be server related, or combination of server and network related. I do not have too much technical information about the server or network, so I apologize if facts…
0
votes
0 answers

Web Server not responding to specific PHPSESSID

Language: PHP DB: MYSQL Webserver: APACHE2 (= LAMP) I am assessing different Vulnerability Scanners by running them against Vulnerable Web Applications (XVWA for instance). The Problem is, that after multiple requests made from the scanner, a…
0
votes
1 answer

What role does session on the Authorization server play?

I was reading about Sessions in this article https://auth0.com/docs/users/sessions It says when a user logs in, two types of sessions are create Two sessions are created: The local session (storezero.io): Allows the application to know if a user is…
MrRobot9
  • 123
  • 3
0
votes
0 answers

GKE phpMyAdmin shared sessions do not work with Filestore (NFS)

I am migrating phpMyAdmin off of an old Debian server and into Kubernetes using GKE. I have created a Docker image that runs phpMyAdmin with apache2. The web page comes up and I can log into various MySQL databases and make some queries, but after…
user35042
  • 2,601
  • 10
  • 32
  • 57
1 2 3
17
18