ufront / ufront-mvc

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

FileSession: Check if the old session file exists before renaming it. #61

Closed andyli closed 7 years ago

andyli commented 8 years ago

Currently when users log in to the haxe blog, it sometimes fails with error. It is due to our recent change to deployment setup, which does not preserves session files.

BTW, I'm not sure about the node target. It has never worked for me. Since the nodejs haxelib has been deprecated, I guess you want to switch to using hxnodejs instead?