|
Nossie
Full Member
  
Posts: 192

If it aint broke, you haven't played with it enuff

|
 |
Re:[BETA] Sessions mod 1.2
« Reply #46 on: July 17, 2002, 04:58:50 PM » |
|
found it  MySQL Support enabled Active Persistent Links 1 Active Links 1 Client API version 3.23.39 MYSQL_MODULE_TYPE external MYSQL_SOCKET /tmp/mysql.sock MYSQL_INCLUDE -I/usr/local/include/mysql MYSQL_LIBS -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -z EDIT: just thought I'd add... PHP doesnt run in safemode
|
|
« Last Edit: July 17, 2002, 05:01:21 PM by Nossie »
|
Logged
|
|
|
|
|
|
|
|
|
|
|
Hagar
Noobie

Posts: 13

w00t Blaat!
|
 |
Re:[BETA] Sessions mod 1.2
« Reply #54 on: July 17, 2002, 11:53:57 PM » |
|
This is related to the php version  <?phpecho phpinfo();?>
Put that in a file called phpinfo.php Upload it to your host and call it from your browser. It should give some like thisLook for a table named "session" It should say "Session Support enabled " if it doesn't your host doesn't support sessions and you can not use this mod. And I guess my questions answered too I wanted to know what session handler you were using for this (phplib or php4's own session handling)btw, if you can access php.ini (or perhaps these settings can be altered in the script) take a look @ some of the session vars. Quotesession.auto_start session.cache_expire session.cache_limiter session.cookie_domain session.cookie_lifetime session.cookie_path session.cookie_secure session.entropy_file session.entropy_length session.gc_maxlifetime session.gc_probability session.name session.referer_check session.save_handler session.save_path session.serialize_handler session.use_cookies
I see possibilities  Go for it Chris
|
|
|
Logged
|
|
|
|
|
|
|
|
|