본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Should "Show your windows and tabs from last time" option results in all session cookies being kept?

  • 4 답장
  • 1 이 문제를 만남
  • 14 보기
  • 최종 답변자: primerano

more options

I thought the following option only saved session cookies for the current tabs.

When Firefox starts: Show your windows and tabs from last time

But I have observed that it keeps session cookies for every tab I had opened that day. This basically means that the "Show your windows and tabs from last time" retains all session cookies you have ever had set for perpetuity. They will never be deleted.

Steps... don't use foo.bar.com as i don't know what is there

  • I have foo.bar.com open in a tab. it sets a session cookie.
  • I have 4 other sites open.
  • I close the foo.bar.com tab.
  • I close the browser
  • I assume the foo.bar.com cookie is gone
  • I open the browser and the 4 (non foo.bar.com) tabs reopen
  • I open a new tab and go to foo.bar.com.
  • I observe the session cookie being sent to foo.bar.com
I thought the following option only saved session cookies for the current tabs. When Firefox starts: Show your windows and tabs from last time But I have observed that it keeps session cookies for every tab I had opened that day. This basically means that the "Show your windows and tabs from last time" retains all session cookies you have ever had set for perpetuity. They will never be deleted. Steps... don't use foo.bar.com as i don't know what is there * I have foo.bar.com open in a tab. it sets a session cookie. * I have 4 other sites open. * I close the foo.bar.com tab. * I close the browser * I assume the foo.bar.com cookie is gone * I open the browser and the 4 (non foo.bar.com) tabs reopen * I open a new tab and go to foo.bar.com. * I observe the session cookie being sent to foo.bar.com

모든 댓글 (4)

more options

Firefox keeps an undo stack for the last 25 tabs in current Firefox releases (browser.sessionstore.max_tabs_undo, browser.sessionstore.max_windows_undo). I assume that cookies from closed tabs are stored as well to be able to reopen closed tabs.

  • History -> Recently Closed Tabs/Windows
more options

This feels like a bad idea but it is probably what people who use the "Show your windows and tabs from last time" option want.

It makes life hard for developers who are trying to debug cookie issues and it results in conversations like this one.

"Did you restart your browser?" "Yes" "are you sure?" "Yes!, WTF, i'm not an idiot" .. in developer's head. "i clearly see the session cookie on the wire. this guy is an idiot"

When in fact, Firefox is just doing something that we wouldn't expect.

I would propose that when you restart your browser the undo feature is disabled.

more options

You can exclude the cookies from being part of session restore.

more options

I don't have control over other people's settings. This is more of a feature request I guess. If someone closes their browser they would not expect sessions for tabs that we're closed before closing Firefox to be active still.

If it is true that Firefox saves session cookies for recently closed tabs (or undo functionally), I would propose that those cookies be tossed on browser restart.