Closed
Bug 485239
Opened 16 years ago
Closed 16 years ago
Website:Login state not preserved for users who navigate to gallery after logging in
Categories
(Mozilla Labs Graveyard :: Personas Plus, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: krupa.mozbugs, Assigned: telliott)
Details
Steps to reproduce:
1.Login to your personas account.
2.From TOS page,click on "View Gallery"
3.From Gallery,click "Create your own" tab
expected result:
User navigates to TOS page
actual result:
user navigates to the login page.Login stats is not preserved.
Assignee | ||
Comment 1•16 years ago
|
||
Ugh. This appears to be some kind of caching. Jeremy, are we caching personas.services anywhere down the line?
If you add a random string, like ?kkk to the end, it works fine.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•16 years ago
|
||
Sorry, didn't mean to resolve
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 3•16 years ago
|
||
Should any non-static content on personas.services be cached? If not you'll just need to send no-cache headers via php.
Assignee | ||
Comment 4•16 years ago
|
||
I've added a header, but really, yeah, there's no caching needed there.
Priority: P1 → --
Comment 5•16 years ago
|
||
If no caching is need then the header should take care of it.
Assignee | ||
Comment 6•16 years ago
|
||
header seems to have done the trick.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Mozilla Labs → Mozilla Labs Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•