in reply to Re^4: Dancer & Plackup - Redirect not refreshing page data
in thread Dancer & Plackup - Redirect not refreshing page data
database->quick_update(...); database->commit();
The reason I say it's not only DB is because on another environment, it fails to resolve the session user after submit.
session('user') which is set by the first thread throws an uninitialized warning value after submitting (supposedly pickup by the 2nd worker).
|
|---|