I was working with Jim McDonald to resolve the issue, and the .713 change log (
here) says that it fixed the problem, but that does not seem to be the case. And now Jim has moved on...
One user experiencing the problem (thanks Bert!) had some luck changing:
Header('Cache-Control: no-cache, must-revalidate, post-check=0, pre-check=0');
- to -
Header('Cache-Control: cache, must-revalidate, post-check=0, pre-check=0');
- in -
pnSession.php (at roughly line 200)
But that seems to interfere with the behavior of his browser's back button.
I very much hope to resolve the issue, but it does appear to come from a change to pnSession.php, and
Andromeda still works fine in 'standalone' mode.
I'd be happy to talk to any PN dev, and I can be reached at
scott@turnstyle.com.
-Scott
1502