~ubuntu-branches/ubuntu/lucid/phpmyadmin/lucid

« back to all changes in this revision

Viewing changes to libraries/session.inc.php

  • Committer: Bazaar Package Importer
  • Author(s): Michal Čihař
  • Date: 2010-03-08 15:25:00 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308152500-6e8hmuqc5co39de5
Tags: 4:3.3.0-1
* New upstream version.
* Rediff debian/patches.
* Fix permissions on mediawiki export extension.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
/**
4
4
 * session handling
5
5
 *
6
 
 * @version $Id: session.inc.php 12014 2008-11-28 13:25:26Z nijel $
 
6
 * @version $Id: session.inc.php 12620 2009-07-02 12:12:06Z lem9 $
7
7
 * @todo    add failover or warn if sessions are not configured properly
8
8
 * @todo    add an option to use mm-module for session handler
9
9
 * @see     http://www.php.net/session
102
102
    // prevent session fixation and XSS
103
103
    session_regenerate_id(true);
104
104
}
105
 
?>
 
105
?>
 
 
b'\\ No newline at end of file'