Skip to content
Snippets Groups Projects
  1. Feb 18, 2014
  2. Feb 04, 2014
  3. Jan 17, 2014
  4. Jan 15, 2014
  5. Feb 19, 2013
  6. Jan 22, 2013
  7. Jul 20, 2012
  8. Jun 28, 2012
    • Jared Hancock's avatar
      Live migrate the PHP session to database · b2b2ebba
      Jared Hancock authored
      Migrate the PHP session from disk to database live. To pull this off, the
      session contents are written to database under the current session id. When
      the `ostversion` column is dropped from the %config table, the system will
      automatically switch to database-backed sessions in osTicket 1.7 mode.
      
      This is sort-of hacked together by carefully calling a instance method of
      the osTicketSession class statically, and modify the instance method to
      support static invocation.
      b2b2ebba
  9. May 13, 2012
  10. Mar 19, 2012
Loading