Each time I enter a page in PHPope, the sessionid
changes. I can login as admin, but going to the next
page (Images or whatever) I end up logging in again.
With some debugging I found that the sessionid
changed. A simple testscript shows me that that doesn't
have to be:
<?php
session_start();
?>
<html>
<head>
<title>Test script</title>
</head>
<body>
<?php
echo "<p>Your session ID is " .session_id() . "</p>";
?>
</body>
</html>
This returns the same sessionid each time I hit refresh.
In PHPope I get a new id with each refresh.
I have PHPope 1.0.0. and Apache-
AdvancedExtranetServer/2.0.48 (Mandrake Linux/5mdk)
mod_perl/1.99_11 Perl/v5.8.3 mod_ssl/2.0.48
OpenSSL/0.9.7c PHP/4.3.4
I'd like to try PHPope, but I don't seem to get any
further.
Thanks in advance, tschuss,
Evert van de Belt
evert@hetbeest.nl