Ignore:
Timestamp:
Feb 8, 2006, 2:17:07 AM (18 years ago)
Author:
rvelices
Message:
  • remake of Remote sites and Synchronize:
    • synchronization for remote and local sites are done by the same code
    • remote sites can update metadata now (not before) - bug 279
    • fixes bug 82: has_high column
  • improve feature 280: user sort by filename
  • fix path to template mimetypes icons
  • bug 284: session cookie lifetime, deletion on logout and corrected issue

when db upgrades were missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/identification.php

    r1004 r1029  
    5252      $session_length = $conf['remember_me_length'];
    5353    }
     54    session_set_cookie_params($session_length);
    5455    session_start();
    5556    $_SESSION['id'] = $row['id'];
Note: See TracChangeset for help on using the changeset viewer.