Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Session Lost On Popup Close

Reply
Thread Tools

Session Lost On Popup Close

 
 
aiasso
Guest
Posts: n/a
 
      03-27-2005
Hi All,

Need big time help with this one. I'm using Forms Authentication with
an ASP.NET (VB.NET) web app, and everything is fine until the client
opens a popup window using javascript on the client side. The problem
is that when they close the popup window (either closing the window
with the X button or with the close method on the java popup, and then
go to navigate in the main window again (the one that launched the
popup) the session state is lost. The request does not authenticate (I
watch it in the global.asax on the server side) and the User object is
Nothing. Any ideas?

To recap--they log in, navigate around, no problems. Click on a link
that opens a popup and then close the popup, and cannot because they
are logged out, even though the original window is still open.

Tried to use cookieless forms authentication as well, with munged URL's
and I still have the same problem.

Thanks,
Anthony

Anthony Iasso
Oberon Associates

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to close a TCP socket? (TCPSocket#close doesn't close it) IƱaki Baz Castillo Ruby 7 01-12-2010 01:32 PM
this.Connection.Close(); does not close the Oracle session! Pleasehelp! S_K ASP .Net 6 12-07-2007 02:07 PM
Close popup window on session expire gvrajkumar@gmail.com Javascript 1 08-04-2006 02:19 AM
Page -> Popup -> New Page (close popup, leave old page open) julie.siebel@gmail.com Javascript 2 01-18-2006 12:57 AM
Main > Popup > Popup > Close popup AND new URL in main? Jens Peter Hansen Javascript 7 06-19-2004 08:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57