nicktacular / php-mongo-session

A PHP session handler with a Mongo DB backend.
MIT License
18 stars 6 forks source link

Need to clean up our write logic #18

Closed nicktacular closed 9 years ago

nicktacular commented 9 years ago

In some places the write configs are explicit and in others they use a getter. Need to be consistent for this otherwise it's unclear when we want safe (w>0) or unsafe (w==0) writes.

nicktacular commented 9 years ago

Done in develop