Follow-up Comment #4, sr #620 (project savane):

It seems the mod-ssl problem with the SSLSessionCache file is quite common.
In the httpd.conf file, one can set the SSLSessionCache file to nothing (
this is slightly less efficient, but ok for my purposes ) and this fixes the
bug.

Nevertheless, I still have the problem with the login. I have started putting
"prints" in the code :-(, in order to detect possible causes.

I have verified the login.php file works well. After I log in, a session
register is created in the database and the global variable
$G_USER['user_id'] has the correct id, but when I am redirected, at the end
of the script, to the main page ( index.php ) the printing of the same global
variable, $G_USER['user_id'] shows nothing and, consequently, the function
user_isloggedin() answers false.

¿ Any hints for this ? ¿ Might it be related to cookies ? I have enabled
then in my browser ( Mozilla 1.0 ).

I have verified ( again ) that global variables are enabled in the php.ini
file, and that their order of prevalence is correct.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/support/?func=detailitem&item_id=620>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to