I am having strange problems on my server in the last days. When the problems happen, all domains hosted on this server present an error.
I have installed igbinary 1.1.1 from PECL, configured it as serializer for session.serialize_handler in php.ini so that it is shown in phpinfo().
I have a little PHP application:
/index.php:
<?php
session_start();
$_SESSION["test"] = "hi";
?>
/test.php:
<?php
session_start();
var_dump($_SESSION);
?>
/subfolder/test.php:
<?php
session_start();
var_dump($_SESSION);
?>
Any idea why a session is only available within the root directory?
/test.php perfectly dumps the content of the session while /subfolder/test.php is
I have a little PHP application:
/index.php:
<?php
session_start();
$_SESSION["test"] = "hi";
?>
/test.php:
<?php
session_start();
var_dump($_SESSION);
?>
/subfolder/test.php:
<?php
session_start();
var_dump($_SESSION);
?>
Any idea why a session is only available within the root directory?
/test.php perfectly dumps the content of the session while /subfolder/test.php is
Hello
I'm trying to compile/make razor-qt from source. I have all the libs/devs and dependencies installed.
Hello everyone,
First up: I'm not referring here to hibernating or suspend the computer, but rather shutting down completely.
I prefer to start with a clean slate each time so II've told my Fedora 17 not to save my session when it is shut down (Applications Menu > settings > session and startup) but it seems that while new sessions are not being saved, the same specific previous sessio
I have a peculiar problem. My server supports multiple ssh session simultaneously, so that multiple admins can manage( via Command line interface) it simultaneously. we have a command which calls ztail to show the compressed log files. Now when the current ssh session is closed( without pressing ctrl - c , to stop the tail command), this command should ideally stop working.
i click on my project and then android Tools and then add support library
and then i have an issue (which work before i did "add support library")
i think that i have an issue with the facebook sdk:
this is part of my mainActivity:
Settings.addLoggingBehavior(LoggingBehavior.INCLUDE_ACCESS_TOKENS);
Session session = Session.getActiveSession();
if (session == null) {
I have a peculiar problem. My server supports multiple ssh session simultaneously, so that multiple admins can manage (via command line interface) it simultaneously. We have a command which calls ztail to show the compressed log files. Now when the current ssh session is closed (without pressing Ctrl-C, to stop the ztail command), this command should ideally stop working.