|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-07-25 07:46 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 09:00:01 2025 UTC |
Description: ------------ I have two virtual hosts A and B. Within httpd.conf i specify different values for the session handler like this: php_value session.save_handler msession Pretty standard stuff..Domain A uses 'msession' and domain B uses 'user'. The problem is that when i use $handler=ini_get("session.save_handler"); i dont get back the value i except. I know the value is set correctly because phpinfo() displays the right result. I believe it's an implementation issue with ini_get().