tsoteen89 / cochlearProject

Website development for Cochlear
1 stars 0 forks source link

Lose persist data information like careTeamID and phaseID when refresh in a specific phase #182

Closed annevu closed 10 years ago

annevu commented 10 years ago

When you're trying to answer questions in a phase, and refresh, care team id and phase id become undefined. I guess persist data is lost.

May need to put this info cookie?

James55 commented 10 years ago

Hmmm yeah the only information we have access to on a refresh is the cookie info and the url path. Cookie is probably the way to go, if we set the variables every time we click on the patient's phase, we should never refresh and accidentally be on another patient's info. I wonder if this situation shows up anywhere else on the site!