473,800 Members | 3,056 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

strange web page behavior

swp
I have a site created using ASP, HTML, and JavaScript. I use frames
to manage a few things, and requires SSL to connect. The site is on a
secured network, not meant to be cross-browser compatible, and only
works with IE 5.5 or higher. IIS v5 is used, with all patches
applied. "Keep Alives" are enabled.

I have a login page that uses session variables to know things about
who logged in, such as preferences and what rights they have. I also
have a logout page that records when a user terminates their session,
either explicitly or by closing the browser window. All pages use a
meta tag to automatically refresh the page every 10 minutes.

All of this works wonderfully for all of the users, except 1.

The Problem: On 1 client workstation, when the user hits the REFRESH
button it terminates their session. Using right-click and selecting
refresh from the popup menu works fine, refreshing the current page.
This happens on any page within the site. The session terminating is
recorded as a logout, per my logout page. The user sees a "page can
not be displayed" error.

The Questions:
What is causing this on the client side?
Shouldn't it do the same thing for all 3 ways of refreshing?
Is it possible to "fix" or "deal with" this with code on the server
side? (probably not)
Is it a setting from the security or advanced tab in the browser?
Will my headache ever go away?

I am having a mental block on the cause of this...

Thanks in advance for any and all help.

swp
Jul 19 '05 #1
2 1614
1.-sure sounds like a browser/cookie problem to me, specifically the one
that stores the session, it seems that your browser is dropping that cookie
and the server thinks a whole new session is starting.
Somethings you might try-
-change your cookie security to accept all cookies, and see if it
still does that behavior.
-play around with global.asa, specifically the
Session_OnStart/Session_OnEnd, do some kind of logging, to a textfile or
something, that states when every session starts/ends

2.-You would think that wouldn't you

3.- You answered this one, I'm 99.9% this is a browser issue, unless you are
doing some crazy Session.Abandon calls somewhere.

4. - probably, same behavior on other pc's?

5. - Depends, Advil, Aleve, or Motrin?

--Michael
"swp" <DS******@aol.c om> wrote in message
news:a5******** *************** **@posting.goog le.com...
I have a site created using ASP, HTML, and JavaScript. I use frames
to manage a few things, and requires SSL to connect. The site is on a
secured network, not meant to be cross-browser compatible, and only
works with IE 5.5 or higher. IIS v5 is used, with all patches
applied. "Keep Alives" are enabled.

I have a login page that uses session variables to know things about
who logged in, such as preferences and what rights they have. I also
have a logout page that records when a user terminates their session,
either explicitly or by closing the browser window. All pages use a
meta tag to automatically refresh the page every 10 minutes.

All of this works wonderfully for all of the users, except 1.

The Problem: On 1 client workstation, when the user hits the REFRESH
button it terminates their session. Using right-click and selecting
refresh from the popup menu works fine, refreshing the current page.
This happens on any page within the site. The session terminating is
recorded as a logout, per my logout page. The user sees a "page can
not be displayed" error.

The Questions:
What is causing this on the client side?
Shouldn't it do the same thing for all 3 ways of refreshing?
Is it possible to "fix" or "deal with" this with code on the server
side? (probably not)
Is it a setting from the security or advanced tab in the browser?
Will my headache ever go away?

I am having a mental block on the cause of this...

Thanks in advance for any and all help.

swp

Jul 19 '05 #2
swp
1. yeah, that's what I thought too. Unfortunately, the local browser
is set to accept all cookies. And I am already logging all session
start/end event. Telling me that the session ended when the user hits
REFRESH isnt exactly useful right now.

2. I still think that all 3 ways of refreshing should produce the same
result.

3. no session.abandon calls used, except in the explicit logout
procedure. Removing the logout procedure does not affect the REFRESH
killing the session.

4. This behavior only occurs on 1 machine, and any we clone from it
using GHOST software.

5. Excedrin Migrane is working for now ... I seem to have built up an
immunity to Advil

Thanks Mike. Any other thoughts? Anyone?

swp

"Michael" <raterus@localh ost> wrote in message news:<u1******* *******@TK2MSFT NGP09.phx.gbl>. ..
1.-sure sounds like a browser/cookie problem to me, specifically the one
that stores the session, it seems that your browser is dropping that cookie
and the server thinks a whole new session is starting.
Somethings you might try-
-change your cookie security to accept all cookies, and see if it
still does that behavior.
-play around with global.asa, specifically the
Session_OnStart/Session_OnEnd, do some kind of logging, to a textfile or
something, that states when every session starts/ends

2.-You would think that wouldn't you

3.- You answered this one, I'm 99.9% this is a browser issue, unless you are
doing some crazy Session.Abandon calls somewhere.

4. - probably, same behavior on other pc's?

5. - Depends, Advil, Aleve, or Motrin?

--Michael
"swp" <DS******@aol.c om> wrote in message
news:a5******** *************** **@posting.goog le.com...
I have a site created using ASP, HTML, and JavaScript. I use frames
to manage a few things, and requires SSL to connect. The site is on a
secured network, not meant to be cross-browser compatible, and only
works with IE 5.5 or higher. IIS v5 is used, with all patches
applied. "Keep Alives" are enabled.

I have a login page that uses session variables to know things about
who logged in, such as preferences and what rights they have. I also
have a logout page that records when a user terminates their session,
either explicitly or by closing the browser window. All pages use a
meta tag to automatically refresh the page every 10 minutes.

All of this works wonderfully for all of the users, except 1.

The Problem: On 1 client workstation, when the user hits the REFRESH
button it terminates their session. Using right-click and selecting
refresh from the popup menu works fine, refreshing the current page.
This happens on any page within the site. The session terminating is
recorded as a logout, per my logout page. The user sees a "page can
not be displayed" error.

The Questions:
What is causing this on the client side?
Shouldn't it do the same thing for all 3 ways of refreshing?
Is it possible to "fix" or "deal with" this with code on the server
side? (probably not)
Is it a setting from the security or advanced tab in the browser?
Will my headache ever go away?

I am having a mental block on the cause of this...

Thanks in advance for any and all help.

swp

Jul 19 '05 #3

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

Similar topics

36
3461
by: Dmitriy Iassenev | last post by:
hi, I found an interesting thing in operator behaviour in C++ : int i=1; printf("%d",i++ + i++); I think the value of the expression "i++ + i++" _must_ be 3, but all the compilers I tested print 2.
1
2790
by: Luigi | last post by:
I noted a particular behavior shown by IE. Look at the simple page attached at the bottom of the post. In it, there is a box floated with the float property and another box that jumps it with the clear property. Show the page in IE and highlight (using the mouse) some text in the blue box (include some line on the side of the gray box). Then click anywhere (out of the highlight zone). RESULT: some text lines (on the side of the gray...
0
1709
by: thulsey | last post by:
Hi all, I've got some strange behavior happening in Firefox and Safari (Khtml and Gecko) that displays *almost* fine in IE6.0 (still trying to get pixels to line up, anal anal anal...) To speed things up, and to avoid any problems with looking through the css file, I'll say first that I based the navigation menu on the "Suckerfish Dropdown menu" online demo over at htmldog. (http://www.htmldog.com/articles/suckerfish/dropdowns/). In...
1
1330
by: Mei | last post by:
Hi, I'm running ASP under IIS 6 with Tomcat. During the process, Tomcat will forward to an ASP page with some data and those data will be written to MS SQL and display some information in that particular ASP page. The Servlet has no unsafe code. The strange thing is that all the data is written correctly in the MS SQL with correct user and related information but the data might become blank or send to different users in that ASP page....
2
1774
by: Jim Bancroft | last post by:
Hi everyone, I have a DropDownList I populate as outlined below. This is from my code-behind file: private void Page_Load(object sender, System.EventArgs e) { BindMyData(); DataBind(); }
6
1700
by: Gary | last post by:
I have an application that has been working just fine for a couple of years. It queries a SQL database and returns some formatted data back to the client. I have a new client, who has a larger database than any of our previous customers. For example, the query to build the datatable now takes about 2 minutes instead of one minute or less. This is a third party database we are integrating with. He is getting very strange results. For...
1
1508
by: Alexander Inochkin | last post by:
Hi! I found same strange behavior of ASP.NET. It is possible this is the bug. Follow the steps:
1
2979
by: Nicholas Palmer | last post by:
Hi all, Got a question about the AspCompat=true page property. First a little background. We have an ASP.NET app that uses two COM components. The first is the Microsoft OWC 11 components and the second is a custom VB6 COM component. So I was reading about AspCompat=true and it seemed like it would be a good fit for our app. From what I can tell both of the COM components that we are using are STA and we are creating the components in...
1
1376
Paxxer
by: Paxxer | last post by:
I use Forms authentication with a SQL Server database. The portion of the Web.config Looks like this . <authentication mode="Forms" > <forms timeout="43200" loginUrl="~/SimpleLogin.aspx" cookieless="UseCookies"
0
9689
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
10495
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
10248
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,...
1
7573
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5469
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...
0
5597
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4148
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
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2942
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.