-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
paul.edmondson@fifeventures.co.uk wrote:
Hello All,
On an installation of mediawiki that we are running I've been tasked with trying to get mediawiki to keep users logged in over a larger period of time and across browser restarts. After poking around the code I think I can do this by increasing the lifetime of the session cookie by using session_set_cookie_params.
The default is for the session cookie to last to the end of the browser session. You would probably have to deal with the session storage expiration, rather than the cookie.
- -- brion vibber (brion @ wikimedia.org)