mike
|
| Posted: 10/10/2002, 9:55 AM |
|
Hi,
after a while i lost my session varibales, in this case UserID. How can i stop this or make the time longer ?
iam using cc2,php,mysql,freebsd
thanx mike
|
|
|
 |
Nicole
|
| Posted: 10/11/2002, 7:13 AM |
|
Mike,
you may handle session time by changing the value of session.cache_expire in php.ini. Please check it to be different from 0. The default value is 180 min.
|
|
|
 |
mike
|
| Posted: 10/13/2002, 3:13 AM |
|
Hi Nicole,
i found the following entries in the php.ini file
session.auto_start
Off
session.cache_expire
180
session.cache_limiter
nocache
i didnt know the expire value works, if auto start is off ?
mike
|
|
|
 |
|