I put all the session file in /var/php_session/ (manually created)
Before it was in /var/lib/php5/session/ (by default) but after got this pb, I tried to change the location
Here is some result of the following command
Code:
myserver:~# ls -la /var/php_session |more
total 760
drwxrwxrwx 2 root root 405504 2007-11-12 04:37 .
drwxrwxrwx 19 root root 4096 2007-11-03 13:29 ..
-rw------- 1 www-data www-data 0 2007-11-11 13:43 sess_002ea94d046e2e5f043c5b5498a36c20
-rw------- 1 www-data www-data 0 2007-11-11 09:29 sess_003606475e7e47b18a61774e95db69ec
-rw------- 1 www-data www-data 0 2007-11-10 16:55 sess_00360a506f026c14cf6bd3b7e9f58077
-rw------- 1 www-data www-data 0 2007-11-11 17:01 sess_0048c203f90871f501bf4191f80a7534
As you can see in the result, almost the session created is zero size
And this is the error I got with phpmyadmin when trying to access it
Code:
Warning: ini_set() [function.ini-set]: A session is active. You cannot change the session module's ini settings at this time.
Even restarting the server, it doesn't solve this pb with phpmyadmin
Do you have any idea?
Recent comments
17 hours 26 min ago
22 hours 31 min ago
1 day 2 hours ago
1 day 4 hours ago
1 day 18 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 8 hours ago