Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 11th, 2003, 03:34 PM
Registered User
 
Join Date: Nov 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Non Persistent Cookie - New Browser Window

Hi,

When you open a new browser window from an existing window (either by target="_blank", javascript window.open(), or Crtl-N), the new window will share all the non-persistent cookies with the existing window. If you open a new instance of the browser by double clicking the browsers icon or going through the start menu, the new browser window contains it's own non-persistent cookies.

Is there any way to open a new instance of a browser window from an existing browser window (using ASP or JavaScript) so that these non-persistent cookies are not shared between the two windows?

Thanks

 
Old November 11th, 2003, 04:34 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Nope. Using a non existent target, or window.open(), or ctrl-N will always open the new window in the same session.

Peter
------------------------------------------------------
Work smarter, not harder.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Persistent cookie with forms atuthentication mike_remember ASP.NET 2.0 Professional 1 April 5th, 2007 11:28 AM
Close Browser Window MoisesZaragoza Javascript How-To 2 February 6th, 2007 08:02 PM
How to close browser window? rupen Javascript How-To 14 July 31st, 2006 10:52 AM
File Browser window Figgis Access 2 November 20th, 2005 01:49 PM
Launch default browser in a new browser window haiying Beginning VB 6 1 August 30th, 2005 05:48 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.