Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP 3 Classic ASP Active Server Pages 3.0 > ASP Forms
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 September 21st, 2004, 07:57 AM
Registered User
 
Join Date: Sep 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to sen_d007 Send a message via Yahoo to sen_d007
Default Creating Multiple Sessions from single IE instance

I have a typical situation wherein I have a JSP page that has many href tags. On clicking on these href tags a new window opens up with a JSP that redirects to an ASP page on a different location. What I need is Each window's ASP session should be different. Since all the spawned windows share the same cookiecollection I am not able to do it. Can anyone help me out?

Thanks,
Sen.
 
Old September 22nd, 2004, 04:52 AM
Friend of Wrox
 
Join Date: Sep 2003
Posts: 363
Thanks: 0
Thanked 1 Time in 1 Post
Default



  Its not possible. You can have only one session for one IE window. Anything opened from that window also have the same session ID.

-------------
Rajani

 
Old September 22nd, 2004, 02:53 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Why do you have to cross post at multiple forums?

Creating Multiple Sessions

As the answer is same that Matt suggested in the other post, session is same for all spawned windows.

_________________________
- Vijay G
Strive for Perfection





Similar Threads
Thread Thread Starter Forum Replies Last Post
Cookie usage with multiple sessions DarrenMelling Classic ASP Basics 7 August 14th, 2005 07:11 PM
Creating Multiple Sessions sen_d007 Classic ASP Basics 4 September 22nd, 2004 07:00 PM
C++ in creating sessions... tummy Visual C++ 1 July 27th, 2004 04:29 AM





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