Questions tagged [session]

274 questions
0
votes
0 answers

PHP upgrade to 5.3.3 stopped sessions working

I can't login to any of my PHP applications now (phpmyadmin, mediaWiki) after using yum to update PHP to 5.3.3 I've looked at other posts but there doesn't seem to be a general fix to the problem, lots of individual fixes and I've not had any luck…
Pete
  • 293
  • 1
  • 5
  • 20
0
votes
0 answers

Backup MySQL with LVM, questions about the MySQL Session

I want backup my mysql database with lvm. I will do the backup with cronjob. Here the pseudocode Open mysql session Run SQL FLUSH TABLES WITH READ LOCK Do backup lvcreate -l100%FREE -s -n mysql-backup /dev/vg00/lv_var Run SQL UNLOCK…
0
votes
1 answer

Starting a GUI application under a different session

I run a game hosting service, and I want my customers to be able to access the console of the game servers. However, despite looking like a terminal window, the game's server console is graphical, and I cannot capture the standard output or input…
hammereditor
  • 11
  • 1
  • 3
0
votes
1 answer

httpd trying to access root-owned session files

While looking into what's been causing a server to lock up/crash, I found many selinux messages in /var/log/messages. For example: setroubleshoot: SELinux is preventing /usr/sbin/httpd from getattr access on the file…
Reese
  • 148
  • 10
0
votes
4 answers

Cisco IOS: Show incoming Telnet sessions

According to show ? the show sessions command is supposed to show Information about Telnet connections. Although I'm connected, the sessions does not show up. Both devices run Cisco IOS. How can I look up current Telnet sessions? On the router…
user2964971
  • 137
  • 2
  • 3
  • 10
0
votes
2 answers

Warning session start - cannot send session cache limiter - headers already sent

I'm having a slight problem and I hope you may be able to help me. I'm not a programmer or a coder but I just want to fix some troubles with my project. Here is the context. I need to install and use one of my project (eCommerce website) offline on…
Olivier Harrang
  • 9
  • 1
  • 1
  • 3
0
votes
1 answer

Inconsistent behavior with Nginx's auth_request_set and more_set_input_headers

I'm trying to use the auth_request module in conjunction with the more_set_input_headers to automatically login my users into web apps. Basically, it works like this: Users have some session cookie that authenticates them. I have a PHP script…
0
votes
1 answer

Enabling mod_session_crypto hangs apache 2.4

I want to try using session crypto on my apache installation so I uncomment the following line. #LoadModule session_crypto_module modules/mod_session_crypto.so I restart apache and it gives me no errors. Then I browse to the site and I get…
tremor
  • 143
  • 1
  • 10
0
votes
1 answer

Only one session login RD WEB Acess

Now I created RD Web Access (RDWA) in windows server 2008 R2 everything is work well. I need your help, I have a problem Customer A use user A in PC A ( user created in windows server 2008 r2) login in RDWA ex: https://demo.local/rdweb. and run…
user214827
  • 11
  • 1
  • 2
0
votes
2 answers

Diabling Symfony2 sessions files

I'm looking for a way to disable the file saving of PHP sessions. (I do not need sessions in my application) I tried to set save_path = NULL, but it only set it to the default path (/tmp). Is there a way to do that ? Or maybe I shouldn't do it at…
Nicolas Reynolds
  • 177
  • 1
  • 1
  • 8
0
votes
1 answer

Session clustering with Jetty-runner 8.1.14.v20131031

I'm using Jetty-runner 8.1.14.v20131031 and I would like to know what's the easiest way to achieve session clustering between multiples running instances.
mnml
  • 337
  • 1
  • 7
  • 21
0
votes
0 answers

How does Hotspot work for its authentication?

I'd like to know how an Hotspot can understand that a user leave the Network? How can it understand that the user closed his session? Is there any solution that server can understand the user became off?
0
votes
1 answer

Squid Session User Authentication

I installed Squid Transparent with Session External helper [1]. Then I created a PHP login page and user can login with his UserName, Password. But the problem is that when user login via his correct info, other people can login with authorized…
0
votes
0 answers

Windows Server 2008 Terminal Server: Reconnect by Client Name

I'm in a bind right now: we're setting up a few Windows 7 Embedded client machines that are supposed to connect to a Windows Server 2008 R2 terminal server, which in turn is running the programme that the clients are to use. We've got everything set…
Magnus
  • 171
  • 2
0
votes
1 answer

Session table is filled with hundreds of sessions per second

I have a VPS (AMP server), and have 3 accounts (websites) under it. The problem started when my main website stopped working and gave me DB error (cannot connect to db). The other two websites were working but they were very very slow. I connected…
irza
  • 103
  • 4