r1891 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r1890‎ | r1891 | r1892 >
Date:06:10, 6 November 2003
Author:vibber
Status:old
Tags:
Comment:
Session cookie marked as expire-at-end-of-session to avoid early expiry probs
Modified paths:
  • /branches/stable/phase3/includes/Setup.php (modified) (history)

Diff [purge]

Index: branches/stable/phase3/includes/Setup.php
@@ -48,7 +48,7 @@
4949 if( $wgSessionsInMemcached ) {
5050 include_once( "$IP/MemcachedSessions.php" );
5151 }
52 -session_set_cookie_params( 3600, $wgCookiePath, $wgCookieDomain );
 52+session_set_cookie_params( 0, $wgCookiePath, $wgCookieDomain );
5353 session_cache_limiter( "private, must-revalidate" );
5454 session_start();
5555 session_register( "wsUserID" );

Status & tagging log