Ticket #5 (closed task: fixed)

Opened 2 years ago

Last modified 4 months ago

Change Sessions to work with the DB instead of file based.

Reported by: dclarke Assigned to: dclarke
Priority: minor Milestone: Version 4.0
Component: unknown Version: current
Keywords: Cc:

Description (Last modified by dclarke)

Currently the site sessions are maintained using ugly, annoying text files (basically default!)

This needs to get moved into a more manageable format, using the database of course.

Change History

10/04/06 22:36:44 changed by dclarke

  • status changed from new to assigned.

in progress. db structures made.

11/09/06 21:34:30 changed by dclarke

  • status changed from assigned to closed.
  • resolution set to fixed.
  • description changed.

This is done, in the base of the code.

11/23/07 23:50:38 changed by dclarke

  • status changed from closed to reopened.
  • resolution deleted.
  • description changed.
  • milestone changed from Version 4.0 to Future.

scrapped this for now.

Might change it back to db in the future, but for now it's file based.

09/23/08 00:07:42 changed by dclarke

  • status changed from reopened to closed.
  • resolution set to fixed.
  • milestone changed from Future to Version 4.0.

zf 1.6 makes this easy