473,799 Members | 3,006 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Losing Session in a Popup Window

When we open a window (using client-side jscript ie.
window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called
page Popup.aspx does not have access to the Session variables present
in Page1.aspx. The IIS Log shows (listed below) shows that the
ASP.NET_Session Id cookie is not present in Popup.aspx.

The thing is that this mechanism works for 99% of our users. There is
this one user that is consistently having this problem. As you can
see from the log, this user is on IE6 and has Windows NT.

Any ideas on how to debug this or resolve this?

#Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
sc-status cs(User-Agent) cs(Cookie)
2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
action=Edit%20a %20Driver 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
2003-08-22 16:57:59 278.179.45.71 443 GET /Site/Popup/Lookup_Orgs.asp x
Level1Text=BROT HERS%20CO 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
Nov 17 '05 #1
9 4727
Kevin,

If the user is using IE6, what are you saying?
Is it a setup issue.
or a random some do some don't
??
Thanks

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uE******** ******@TK2MSFTN GP10.phx.gbl...
You can't count on the browser that the user is using to share Sessions
across browser instances. Some do, and some don't.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Jimmy Junatas" <ji***********@ usbank.com> wrote in message
news:4d******** *************** ***@posting.goo gle.com...
When we open a window (using client-side jscript ie.
window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called
page Popup.aspx does not have access to the Session variables present
in Page1.aspx. The IIS Log shows (listed below) shows that the
ASP.NET_Session Id cookie is not present in Popup.aspx.

The thing is that this mechanism works for 99% of our users. There is
this one user that is consistently having this problem. As you can
see from the log, this user is on IE6 and has Windows NT.

Any ideas on how to debug this or resolve this?

#Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
sc-status cs(User-Agent) cs(Cookie)
2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
action=Edit%20a %20Driver 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
2003-08-22 16:57:59 278.179.45.71 443 GET /Site/Popup/Lookup_Orgs.asp x
Level1Text=BROT HERS%20CO 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55


Nov 17 '05 #2
I'm not saying anything regarding the specific browser he mentioned (I don't
know specifically about IE6). I'm saying what I said: You can't count on the
browser that the user is using to share Sessions across browser instances.
Some [browsers] do, and some don't. If he knew that all of his users were
going to use the same browser, this might be a viable method, but since he
doesn't, it's not.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"MS News (MS ILM)" <sq***********@ hotmail.com> wrote in message
news:eU******** ******@TK2MSFTN GP12.phx.gbl...
Kevin,

If the user is using IE6, what are you saying?
Is it a setup issue.
or a random some do some don't
??
Thanks

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uE******** ******@TK2MSFTN GP10.phx.gbl...
You can't count on the browser that the user is using to share Sessions
across browser instances. Some do, and some don't.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Jimmy Junatas" <ji***********@ usbank.com> wrote in message
news:4d******** *************** ***@posting.goo gle.com...
When we open a window (using client-side jscript ie.
window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called
page Popup.aspx does not have access to the Session variables present
in Page1.aspx. The IIS Log shows (listed below) shows that the
ASP.NET_Session Id cookie is not present in Popup.aspx.

The thing is that this mechanism works for 99% of our users. There is
this one user that is consistently having this problem. As you can
see from the log, this user is on IE6 and has Windows NT.

Any ideas on how to debug this or resolve this?

#Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
sc-status cs(User-Agent) cs(Cookie)
2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
action=Edit%20a %20Driver 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
2003-08-22 16:57:59 278.179.45.71 443 GET /Site/Popup/Lookup_Orgs.asp x
Level1Text=BROT HERS%20CO 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55



Nov 17 '05 #3
Kevin,

He said the following:
The thing is that this mechanism works for 99% of our users. There is
this one user that is consistently having this problem. As you can
see from the log, this user is on IE6 and has Windows NT.
Since this only one user is on IE6, I got confused to what you said.

Thank you.
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I'm not saying anything regarding the specific browser he mentioned (I don't know specifically about IE6). I'm saying what I said: You can't count on the browser that the user is using to share Sessions across browser instances.
Some [browsers] do, and some don't. If he knew that all of his users were
going to use the same browser, this might be a viable method, but since he
doesn't, it's not.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"MS News (MS ILM)" <sq***********@ hotmail.com> wrote in message
news:eU******** ******@TK2MSFTN GP12.phx.gbl...
Kevin,

If the user is using IE6, what are you saying?
Is it a setup issue.
or a random some do some don't
??
Thanks

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uE******** ******@TK2MSFTN GP10.phx.gbl...
You can't count on the browser that the user is using to share

Sessions across browser instances. Some do, and some don't.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Jimmy Junatas" <ji***********@ usbank.com> wrote in message
news:4d******** *************** ***@posting.goo gle.com...
> When we open a window (using client-side jscript ie.
> window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called
> page Popup.aspx does not have access to the Session variables present > in Page1.aspx. The IIS Log shows (listed below) shows that the
> ASP.NET_Session Id cookie is not present in Popup.aspx.
>
> The thing is that this mechanism works for 99% of our users. There is > this one user that is consistently having this problem. As you can
> see from the log, this user is on IE6 and has Windows NT.
>
> Any ideas on how to debug this or resolve this?
>
> #Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
> sc-status cs(User-Agent) cs(Cookie)
> 2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
> action=Edit%20a %20Driver 200
> Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
> ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
> 2003-08-22 16:57:59 278.179.45.71 443 GET /Site/Popup/Lookup_Orgs.asp x > Level1Text=BROT HERS%20CO 200
> Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
> 2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
> Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
> ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55



Nov 17 '05 #4
Jimmy,

Since this user is using IE sessions should be maintained it is most likely
that this user has cookies disabled. Sessions use cookies to store the
session ID on the client.

Kevin is right unless users are using the same browser AND have cookies
enabled you can't count on sessions.

There are two things you can try. You could set your app to use cookieless
sessions (use web.config file to do so.) This puts the session ID into the
query string (make sure to get the session id out of the query string if you
use javascript to open a new window and put it in the url.) Or you could
check if users have cookies enabled Request.Browser .Cookies and redirect the
user to a page telling them why they need to enable cookies and how to do
so.

If Not Request.Browser .Cookies Then
Response.Redire ct("musthavecoo kies.aspx")
End If

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Jimmy Junatas" <ji***********@ usbank.com> wrote in message
news:4d******** *************** ***@posting.goo gle.com...
When we open a window (using client-side jscript ie.
window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called
page Popup.aspx does not have access to the Session variables present
in Page1.aspx. The IIS Log shows (listed below) shows that the
ASP.NET_Session Id cookie is not present in Popup.aspx.

The thing is that this mechanism works for 99% of our users. There is
this one user that is consistently having this problem. As you can
see from the log, this user is on IE6 and has Windows NT.

Any ideas on how to debug this or resolve this?

#Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
sc-status cs(User-Agent) cs(Cookie)
2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
action=Edit%20a %20Driver 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
2003-08-22 16:57:59 278.179.45.71 443 GET /Site/Popup/Lookup_Orgs.asp x
Level1Text=BROT HERS%20CO 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55

Nov 17 '05 #5
I knew that the user in question was using IE6, but since I din't know for
sure that IE6 doesn't share Sessions across browser instances (it sounds
like not), I just gave him the important information, that is, etc.

I can certainly appreciate your confusion. I get confused every day, and not
always on purpose! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"MS News (MS ILM)" <sq***********@ hotmail.com> wrote in message
news:e0******** *****@TK2MSFTNG P12.phx.gbl...
Kevin,

He said the following:
> The thing is that this mechanism works for 99% of our users. There is > this one user that is consistently having this problem. As you can
> see from the log, this user is on IE6 and has Windows NT.
Since this only one user is on IE6, I got confused to what you said.

Thank you.
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I'm not saying anything regarding the specific browser he mentioned (I don't
know specifically about IE6). I'm saying what I said: You can't count on

the
browser that the user is using to share Sessions across browser instances. Some [browsers] do, and some don't. If he knew that all of his users were going to use the same browser, this might be a viable method, but since he doesn't, it's not.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"MS News (MS ILM)" <sq***********@ hotmail.com> wrote in message
news:eU******** ******@TK2MSFTN GP12.phx.gbl...
Kevin,

If the user is using IE6, what are you saying?
Is it a setup issue.
or a random some do some don't
??
Thanks

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uE******** ******@TK2MSFTN GP10.phx.gbl...
> You can't count on the browser that the user is using to share

Sessions > across browser instances. Some do, and some don't.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> http://www.takempis.com
> The more I learn, the less I know.
>
> "Jimmy Junatas" <ji***********@ usbank.com> wrote in message
> news:4d******** *************** ***@posting.goo gle.com...
> > When we open a window (using client-side jscript ie.
> > window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called > > page Popup.aspx does not have access to the Session variables present > > in Page1.aspx. The IIS Log shows (listed below) shows that the
> > ASP.NET_Session Id cookie is not present in Popup.aspx.
> >
> > The thing is that this mechanism works for 99% of our users. There is
> > this one user that is consistently having this problem. As you
can > > see from the log, this user is on IE6 and has Windows NT.
> >
> > Any ideas on how to debug this or resolve this?
> >
> > #Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
> > sc-status cs(User-Agent) cs(Cookie)
> > 2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
> > action=Edit%20a %20Driver 200
> > Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
> > ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
> > 2003-08-22 16:57:59 278.179.45.71 443 GET

/Site/Popup/Lookup_Orgs.asp x > > Level1Text=BROT HERS%20CO 200
> > Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
> > 2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
> > Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
> > ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
>
>



Nov 17 '05 #6
Same here thanks

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:uj******** ******@TK2MSFTN GP09.phx.gbl...
I knew that the user in question was using IE6, but since I din't know for
sure that IE6 doesn't share Sessions across browser instances (it sounds
like not), I just gave him the important information, that is, etc.

I can certainly appreciate your confusion. I get confused every day, and not always on purpose! ;-)

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"MS News (MS ILM)" <sq***********@ hotmail.com> wrote in message
news:e0******** *****@TK2MSFTNG P12.phx.gbl...
Kevin,

He said the following:
> > The thing is that this mechanism works for 99% of our users. There
is
> > this one user that is consistently having this problem. As you
can > > see from the log, this user is on IE6 and has Windows NT.
Since this only one user is on IE6, I got confused to what you said.

Thank you.
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
news:%2******** ********@TK2MSF TNGP10.phx.gbl. ..
I'm not saying anything regarding the specific browser he mentioned (I

don't
know specifically about IE6). I'm saying what I said: You can't count on
the
browser that the user is using to share Sessions across browser

instances. Some [browsers] do, and some don't. If he knew that all of his users were going to use the same browser, this might be a viable method, but
since he doesn't, it's not.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"MS News (MS ILM)" <sq***********@ hotmail.com> wrote in message
news:eU******** ******@TK2MSFTN GP12.phx.gbl...
> Kevin,
>
> If the user is using IE6, what are you saying?
> Is it a setup issue.
> or a random some do some don't
> ??
> Thanks
>
> "Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> wrote in message
> news:uE******** ******@TK2MSFTN GP10.phx.gbl...
> > You can't count on the browser that the user is using to share

Sessions
> > across browser instances. Some do, and some don't.
> >
> > --
> > HTH,
> >
> > Kevin Spencer
> > Microsoft MVP
> > .Net Developer
> > http://www.takempis.com
> > The more I learn, the less I know.
> >
> > "Jimmy Junatas" <ji***********@ usbank.com> wrote in message
> > news:4d******** *************** ***@posting.goo gle.com...
> > > When we open a window (using client-side jscript ie.
> > > window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called > > > page Popup.aspx does not have access to the Session variables

present
> > > in Page1.aspx. The IIS Log shows (listed below) shows that the
> > > ASP.NET_Session Id cookie is not present in Popup.aspx.
> > >
> > > The thing is that this mechanism works for 99% of our users. There
is
> > > this one user that is consistently having this problem. As you

can > > > see from the log, this user is on IE6 and has Windows NT.
> > >
> > > Any ideas on how to debug this or resolve this?
> > >
> > > #Fields: date time c-ip s-port cs-method cs-uri-stem

cs-uri-query > > > sc-status cs(User-Agent) cs(Cookie)
> > > 2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
> > > action=Edit%20a %20Driver 200
> > > Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
> > > ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
> > > 2003-08-22 16:57:59 278.179.45.71 443 GET

/Site/Popup/Lookup_Orgs.asp x
> > > Level1Text=BROT HERS%20CO 200
> > > Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
> > > 2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200 > > > Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
> > > ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
> >
> >
>
>



Nov 17 '05 #7
Thanks everyone for their inputs.

Using Cookieless sessions is certainly an option but I don't want to
rock the boat too much given that only one user (so far) is
experiencing this problem.

In this particular scenario, I am also hesitant about sharing
information thru the QueryString or hidden fields the data being
shared is somewhat sensitive (the site is for a bank).

As for checking for cookies, we actually already have a check at login
that requires that the user has IE5 (and up) and that cookie support
(and Javascript) are enabled.

And also, the rest of the site works for that user (so the session
cookie must have been persisted in the client). Only that popup
window page fails.

I did learn yesterday that the user has IE 6.0.2600 Update Version :
Q319182. I saw numerous posts yesterday complaining about Q319182.
I'll see about upgrading that user to latest IE6 service pack.
"S. Justin Gengo" <sj*****@aboutf ortunate.com> wrote in message news:<ul******* *******@TK2MSFT NGP10.phx.gbl>. ..
Jimmy,

Since this user is using IE sessions should be maintained it is most likely
that this user has cookies disabled. Sessions use cookies to store the
session ID on the client.

Kevin is right unless users are using the same browser AND have cookies
enabled you can't count on sessions.

There are two things you can try. You could set your app to use cookieless
sessions (use web.config file to do so.) This puts the session ID into the
query string (make sure to get the session id out of the query string if you
use javascript to open a new window and put it in the url.) Or you could
check if users have cookies enabled Request.Browser .Cookies and redirect the
user to a page telling them why they need to enable cookies and how to do
so.

If Not Request.Browser .Cookies Then
Response.Redire ct("musthavecoo kies.aspx")
End If

Sincerely,

--
S. Justin Gengo, MCP
Web Developer

Free code library at:
www.aboutfortunate.com

"Out of chaos comes order."
Nietzche
"Jimmy Junatas" <ji***********@ usbank.com> wrote in message
news:4d******** *************** ***@posting.goo gle.com...
When we open a window (using client-side jscript ie.
window.open("/Site/Popup.aspx?..." ,...)) from Page1.aspx, the called
page Popup.aspx does not have access to the Session variables present
in Page1.aspx. The IIS Log shows (listed below) shows that the
ASP.NET_Session Id cookie is not present in Popup.aspx.

The thing is that this mechanism works for 99% of our users. There is
this one user that is consistently having this problem. As you can
see from the log, this user is on IE6 and has Windows NT.

Any ideas on how to debug this or resolve this?

#Fields: date time c-ip s-port cs-method cs-uri-stem cs-uri-query
sc-status cs(User-Agent) cs(Cookie)
2003-08-22 16:57:51 278.179.45.71 443 GET /Site/Page1.aspx
action=Edit%20a %20Driver 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55
2003-08-22 16:57:59 278.179.45.71 443 GET /Site/Popup/Lookup_Orgs.asp x
Level1Text=BROT HERS%20CO 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1) -
2003-08-22 16:58:12 278.179.45.71 443 GET /Site/logout.aspx - 200
Mozilla/4.0+(compatible ;+MSIE+6.0;+Win dows+NT+5.1)
ASP.NET_Session Id=yarvyqz3hl11 yda3vouk2x55

Nov 17 '05 #8
The ASPX page for the popup window is now working for that 1 user! It
appears that the user was navigating to our site from a link in
Microsoft Outlook. The popup page fails every single time the user
comes in from the Outlook. But if the user loads IE and navigates
from there, the popup page works as expected.

Could it be that the popup window page lives in an IE process while
the other pages are hosted in the Outlook process...trans lates to
seperate ASP.NET sessions?

Also, the user's IE6 browser was upgraded to SP1 but the problem was
still occurring.

Thanks everyone.
Nov 17 '05 #9
Yes when the user clicks a link from outlook it starts a new version of the
browser. This means that it is no longer on the session that they were with
another window.

Stanley
"Jimmy Junatas" <ji***********@ usbank.com> wrote in message
news:4d******** *************** ***@posting.goo gle.com...
The ASPX page for the popup window is now working for that 1 user! It
appears that the user was navigating to our site from a link in
Microsoft Outlook. The popup page fails every single time the user
comes in from the Outlook. But if the user loads IE and navigates
from there, the popup page works as expected.

Could it be that the popup window page lives in an IE process while
the other pages are hosted in the Outlook process...trans lates to
seperate ASP.NET sessions?

Also, the user's IE6 browser was upgraded to SP1 but the problem was
still occurring.

Thanks everyone.

Nov 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3310
by: Terry | last post by:
When launching our application with Internet Explorer already opened, but not pointing to our web server, the session variables disappear. If you open I.E. after launching our app, it works fine. It also works fine if you have the option set to 'Reuse Windows for Lauching Shortcuts' checked in the I.E. properties and launch our app from a shortcut, but it fails it you launch it from the I.E. favorites or some other method that won't take...
2
1814
by: James | last post by:
Session("UserName") is set when someone logs in. Get to a page that displays a record where you can type a comment. The form has an onSubmit event that calls a javascript function. That function sets a javascript variable called beenChecked = true and then calls a PopUp window to spell check the comment. When it's done spell checking, it calls the submit method on the form tag of the opening window. The method evaluates that it's...
2
6167
by: Joe Molloy | last post by:
Hi, This isn't a mission critical question but I thought I'dl throw it out there for your feedback as it's a bit curious. I have developed a shopping cart for an application I'm working on which is loosely based on the e-commerce example in the quickstarts tutorial. In the cart display I have provided functionality so that when a user clicks on a product name a popup is opened with the full product details displayed.
1
1675
by: Nauck, Uwe | last post by:
I would like to open, within a session, a new java script popup window. Now I have the problem, that i lost the session in the new popup window. Can you help me, to solve this problem? Thank you.
1
1329
by: Alex | last post by:
Hi I am currently working on a project and i happened to encountered a problem which is very pricky. I have used formsAuthentication in my project. Manually codes an authenticationTicket. And now i realise a problem which has something to do with session expiry. My project includes popups of windows. And i realise that when my session expire, the javascript link on the parent window will still open up the child window and the...
2
1343
by: andrewjknox | last post by:
Dear all, This is really a one-off problem and only applies to a single user. The site is hosted on a windows 2003 machine with users accessing it across a local network. Basically, a user on a website can logon successfully and browse around the site, but when they open a page thats in a popup (activated using javascript and looking at a page in same directory as the page they are opening the window from), the session is not picked...
1
12691
by: gvrajkumar | last post by:
Hi Popup window is opened and after some time session has expired. After session expire, if the user tries to make any actions on the popup page the user is redirected to login.jsp page. What I want is when the user tries to make any actions on the expired popup I want the popup window to be closed and parent window to be refreshed with the login.jsp page. Basically I want identify the popup window.
1
2434
by: magix8 | last post by:
Hi, I have a portal with logon session coded in ASP. From the Portal Main screen, i access to a popup-window screen to do my activity. Whenever session expired, the popup-window screen will redirect to logon page, but this is not what I intended Normally when session expired, and if you click any in the portal main screen, it will redirect to logon page, and this is fine. For popup windows screen, what I want is that:
4
7184
by: goscottie | last post by:
I used submodal as my popup window. With some tweaks, it working great in my app. However, I can't find a way to detect session timeout in the popup window. The app is a form based authentication so the default.aspx page will show up in the popup. So I'm looking into several options. 1. detect session timeout in javascript so that I prevent the popup from even happening. I can simply redirect or post to itself so that the calling...
0
9688
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10491
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10247
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10031
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9079
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5467
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4146
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.