473,408 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

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 1587
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.com> wrote in message
news:a5*************************@posting.google.co m...
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@localhost> wrote in message news:<u1**************@TK2MSFTNGP09.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.com> wrote in message
news:a5*************************@posting.google.co m...
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
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...
1
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...
0
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...
1
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...
2
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
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...
1
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
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...
1
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" ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.