php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19626 session user-defined handler also called even if session.save_handler set to mm
Submitted: 2002-09-26 19:36 UTC Modified: 2002-10-02 01:27 UTC
From: corinl at gmx dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.2.2 OS: linux
Private report: No CVE-ID: None
 [2002-09-26 19:36 UTC] corinl at gmx dot de
according to the documentation, the user-session-save_handler installed by session_set_save_handler gets only called if session.save_handler is set to user in the config. this isn't true.
it's also called even if session.save_handler is set to for example mm. documentation or php bug ?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-28 02:30 UTC] yohgaki@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.

Most probably, you're editing wrong php.ini, there is .htaccess or php.ini values in httpd.conf.


 [2002-09-30 12:59 UTC] corinl at gmx dot de
i dont ask for support and i dont edit/use a wrong ini file either.
it must be a bug in php or the documentation.
 [2002-09-30 16:35 UTC] hholzgra@php.net
can you please point me to the exact url 
in the manual you are refering to?
i'm to lazy to read it all up ...
 [2002-10-01 03:25 UTC] corinl at gmx dot de
file: function.session-set-save-handler.html

Note: You must set the configuration option session.save_handler to user in your php.ini file for session_set_save_handler() to take effect.
 [2002-10-02 01:27 UTC] sas@php.net
The documentation has been updated. Thanks for your input.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 19:01:28 2024 UTC