Main

type

5 (blog/news article)

status

21 (imported old-v2, waiting for another import)

review version

0

cleanup version

0

pending deletion

0 (-)

created at

2025-12-04 04:59:19

updated at

2025-12-04 04:59:20

Address

url

https://matt.berther.io/2004/09/15/session-state-and-internet-explorer/

url length

71

url crc

37392

url crc32

3792802320

location type

1 (url matches target location, page_location is empty)

canonical status

10 (verified canonical url)

canonical page id

3079999667

Source

domain id

297007399

domain tld

86

domain parts

0

originating warc id

-

originating url

https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-33/segments/1754151279901.12/warc/CC-MAIN-20250806074443-20250806104443-00638.warc.gz

source type

11 (CommonCrawl)

Server response

server ip

18.67.76.41

Publication date

2025-08-06 09:28:22

Fetch attempts

0

Original html size

12497

Normalized and saved size

9827

Content

title

Session State and Internet Explorer

excerpt

content

I think we’ve finally uncovered the root cause of an issue that has been bugging us (no pun intended) for a long time. In a nutshell, the problem was that sometimes, but not always, the session state from one running copy of Internet Explorer would bleed over into another. What was finally determined was that as long as you’re sharing the same process (instance on the processes list in your Task Manager), you’ll also be sharing sessions. So, if you’re in IE and you press CTRL-N, you get a new window within the same process (no extra iexplore.exe in your Task Manager) and thus will share session state. However, when you double click a shortcut (or the .exe itself) or create an instance via ShellExecute or CreateProcess, you’ll get a new window with a separate process (a new iexplore.exe in your Task Manager) and thus you will not share session state. Now, the question comes up… What happens when you do window.open via javascript? The answer is that the new window gets laun...

author

updated

2026-01-06 17:20:40

Text analysis

block type

0

extracted fields

233

extracted bits

featured image
title
full content
content was extracted heuristically
OpenGraph suggests this is an article

detected location

0

detected language

1 (English)

category id

Other [en] (231)

index version

2025123101

paywall score

0

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

871

text words

194

text unique words

109

text lines

1

text sentences

7

text paragraphs

1

text words per sentence

27

text matched phrases

0

text matched dictionaries

0