Forum Moderators: coopster
If it is just another window spawned from an original window then they are the same application, it stands to reason they can share memory space, if they can share memory space there's no reason why they can't share session cookies too...
However, to my knowledge the behaviour of session cookies isn't covered by an RFC so it's very much an informal off-shoot of permenent cookie RFCs.
This essentially means that there is nothing to say that a session cookie *has* to be carried over to a new window, or shared between multiple windows. That said that would appear to be how everyone has implemented it at the moment and so it is very unlikely anyone will ever change this for fear of breaking older applications.
- Tony