Hi List, I execute a script (session_test.php) to test the session_type and I receive the following:
Session Test If sessions are configured properly in your PHP installation, then you should see a session id below, and the "page views" number should increase every time you reload the page. Clicking "start over" should reset the page view number back to 1. If this does not work, then you most likely have a configuration issue with your PHP installation. Gallery will not work properly until PHP's session management is configured properly. Your session id is aba07672267be914400981efe1e10614 Page views in this session 1 Start over Return to the Diagnostics Page This result seems to be correct, but it is not. When I execute a reload of the page, there is NO increment in the page views, indicating that something is wrong. To verify this, I executed a script of test of PHP (phpinfo.php). Next, I place a copy of the result of PHPInfo, section of sessions. session Session Support enabled Directive Local Value Master Value session.auto_start Off Off session.cache_expire 180 180 session.cache_limiter nocache nocache session.cookie_domain no value no value session.cookie_lifetime 0 0 session.cookie_path / / session.cookie_secure Off Off session.entropy_file no value no value session.entropy_length 0 0 session.gc_maxlifetime 1440 1440 session.gc_probability 1 1 session.name PHPSESSID PHPSESSID session.referer_check no value no value session.save_handler files files session.save_path /tmp /tmp session.serialize_handler php php session.use_cookies On On session.use_trans_sid 1 1 Thanks Very Much for any helps. Marcelo _______________________________________________________________________ Yahoo! GeoCities Tudo para criar o seu site: ferramentas fáceis de usar, espaço de sobra e acessórios. http://br.geocities.yahoo.com/ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php