NightStorm Posted December 18, 2011 Share Posted December 18, 2011 We updated to 5.0.3 this morning. As of the update, my clients are having issues logging in. When they utilize the "Remember Me" box everything works... but when they try to just log in, it throws them back to the login page with no errors or info. A search of the forum says it's likely related to a php session issue, but doesn't seem to go into detail on what I should be changing to make it work again (this problem wasn't around before the update). Here's my PHP Session info (from php -v) session.auto_start => Off => Off session.bug_compat_42 => On => On 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 => 100 => 100 session.gc_maxlifetime => 1440 => 1440 session.gc_probability => 1 => 1 session.hash_bits_per_character => 4 => 4 session.hash_function => 0 => 0 session.name => PHPSESSID => PHPSESSID session.referer_check => no value => no value session.save_handler => mm => mm session.save_path => /tmp => /tmp session.serialize_handler => php => php session.use_cookies => On => On session.use_only_cookies => On => On session.use_trans_sid => 0 => 0 suhosin.session.checkraddr => 0 => 0 suhosin.session.cryptdocroot => On => On suhosin.session.cryptkey => [ protected ] => [ protected ] suhosin.session.cryptraddr => 0 => 0 suhosin.session.cryptua => Off => Off suhosin.session.encrypt => On => On suhosin.session.max_id_length => 128 => 128 Also, is there a way to use the POP import for adding Network Issues, like with the Trouble Ticket area? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.