ufront / ufront-mvc

The core MVC framework that powers ufront
MIT License
17 stars 15 forks source link

FileSession saves "null.sess" #25

Closed kevinresol closed 9 years ago

kevinresol commented 9 years ago

I guess there are some problems regarding to the generation of sessionID, so that the session file is named as null.sess.

jasononeil commented 9 years ago

I believe this should be solved in the latest round of updates. I wrote a bunch of unit tests to cover FileSession, and it uncovered numerous bugs and required some fixes. If you still have an issue let me know (and any reproducible code would be great)