[imp] session counter problem

Scott Trudeau strudeau at umich.edu
Tue Jul 22 14:18:35 PDT 2003


I've done some searching through the archives and haven't seen an answer
to this yet.  Forgive me if I'm missing something that's published
elsewhere.

I'm having a number of problems, but I suspect they are all related to the
fact that the session counter on the test.php page does not increment when
I click to unregister the session and then go back.  I intend to use MySQL
to store prefs, not sessions, though I imagine sessions are still used for
tracking authenticated users...

Where do I start??  I'll be happy to RTFM if I can find TFM.  Thanks,

Scott

-----------------
 test.php output
-----------------

Horde Versions

    * Horde: 2.2.3
    * IMP: 3.2.1 (run IMP tests)
    * Turba: 1.2

PHP Version

    * View phpinfo() screen
    * PHP Version: 4.1.2
    * PHP Major Version: 4.1
    * PHP Minor Version: 2
    * PHP Version Classification: release
    * You are running a supported version of PHP.

PHP Module Capabilities

    * DOM XML Support: Yes
    * FTP Support: Yes
    * Gettext Support: Yes
    * IMAP Support: Yes
    * LDAP Support: No
    * MCAL Support: No
    * Mcrypt Support: No
    * MySQL Support: Yes
    * PostgreSQL Support: No
    * XML Support: Yes

Miscellaneous PHP Settings

    * magic_quotes_runtime disabled: Yes
    * file_uploads enabled: Yes
    * safe_mode disabled: Yes
    * trans_sid disabled: Yes

PHP Sessions

    * Session counter: 1
    * To unregister the session: click here

PEAR

    * PEAR - Yes
    * Recent PEAR - Yes
    * Mail - Yes
    * Log - Yes
    * DB - Yes
    * Net_Socket - Yes
    * Date - Yes
    * HTML_Common/HTML_Select - Yes

----------------------------
 Session section of php.ini  (sans comments)
----------------------------

[Session]
session.save_handler = files
session.save_path = /tmp
session.use_cookies = 1
session.name = PHPSESSID
session.auto_start = 1
session.cookie_lifetime = 0
session.cookie_path = /tmp
session.cookie_domain =
session.serialize_handler = php
session.gc_probability = 1
session.gc_maxlifetime = 1440
session.referer_check =
session.entropy_length = 0
session.entropy_file =
;session.entropy_length = 16
;session.entropy_file = /dev/urandom
session.cache_limiter = nocache
session.cache_expire = 180
--enable-trans-sid.
session.use_trans_sid = 0
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"


-- 

Scott Trudeau
Statewide Technology Manager		strudeau at umich.edu
Michigan Poverty Law Program		(734)998-6100 x 23


More information about the imp mailing list