I have an issue that I can't seem to resolve. The Sugar session keeps timing out at the default 24 minutes. The following is from my phpinfo file under the Session section.
session
Session Support enabled
Registered save handlers files user wincache
Registered serializer handlers php php_binary wddx
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 Off Off
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cookie_domain no value no value
session.cookie_httponly Off Off
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_divisor 1000 1000
session.gc_maxlifetime 7200 7200
session.gc_probability 1 1
session.hash_bits_per_character 5 5
session.hash_function 0 0
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler wincache wincache
session.save_path C:\PHPTemp C:\PHPTemp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid 0 0
I am running PHP Version 5.2.13.
I am running sugar in Windows 2003, IIS 6. I also have the following:
extension = php_wincache.dll
Does wincache have anything to do with the session timeout?
I have even modified the Application Configuration "Enable Session State" and set the timeout to 120 minutes.
Is there anything else I can try? This is becoming a pretty big issue with our users.
Any help or direction would be appreciated.
Thanks,
Kevin


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks