CodyErekson / Nucleus

A Slim based PHP application scaffolding.
MIT License
0 stars 0 forks source link

Persist data through session renewal #27

Open CodyErekson opened 6 years ago

CodyErekson commented 6 years ago

Save and restore current state data across session renewal. ie I am half way through a wizard, on step 8, and when I click to go to the next page it tells me that my session has expired. When I immediately log back in, it should know where I am at and be able to resume.