473,394 Members | 1,797 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,394 software developers and data experts.

Odd behavior

tk
I have an asp app that runs on a Windows 2003 server with IIS 6. When the
client hits the web site the first thing they must do is enter a user
ID/password. This works fine for 99% of our clients but with some when they
click on sign in they are not directed to the next screen in our app, but
are presented with the sign-on screen again. The server does have a
certificate for security (I am not sure if this makes a difference or not).
The same customers that experience this also have the same problem with some
other web sites. I have check their security options against a machine that
works (at the client site) but it looked to me that the machines are setup
the same way. The client does have one machine that works properly, so I
don't think the firewall / router is the issue (they use a linksys box).
Any ideas on this?

Thanks

Tim
Jul 19 '05 #1
3 1179
"tk" <ti**@insightbb.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I have an asp app that runs on a Windows 2003 server with IIS 6. When the
client hits the web site the first thing they must do is enter a user
ID/password. This works fine for 99% of our clients but with some when they click on sign in they are not directed to the next screen in our app, but
are presented with the sign-on screen again.


Which browsers are they using?

With Opera7.53 I had trouble logging in to my ebay account - it would always
redirect me to the login page.
Turns out Opera hadn't been told what to do with DLL files which ebay uses
on the login page.
Jul 19 '05 #2
most likely they are not allowing the session cookie

also see http://www.aspfaq.com/show.asp?id=2157

--
Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
"tk" <ti**@insightbb.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I have an asp app that runs on a Windows 2003 server with IIS 6. When the
client hits the web site the first thing they must do is enter a user
ID/password. This works fine for 99% of our clients but with some when they click on sign in they are not directed to the next screen in our app, but
are presented with the sign-on screen again. The server does have a
certificate for security (I am not sure if this makes a difference or not). The same customers that experience this also have the same problem with some other web sites. I have check their security options against a machine that works (at the client site) but it looked to me that the machines are setup
the same way. The client does have one machine that works properly, so I
don't think the firewall / router is the issue (they use a linksys box).
Any ideas on this?

Thanks

Tim

Jul 19 '05 #3
The clients are using IE6.
"Danny@Kendal" <da***@STOPSPAMghpkendal.co.uk> wrote in message
news:mc********************@eclipse.net.uk...
"tk" <ti**@insightbb.com> wrote in message
news:%2***************@TK2MSFTNGP12.phx.gbl...
I have an asp app that runs on a Windows 2003 server with IIS 6. When the client hits the web site the first thing they must do is enter a user
ID/password. This works fine for 99% of our clients but with some when they
click on sign in they are not directed to the next screen in our app, but are presented with the sign-on screen again.


Which browsers are they using?

With Opera7.53 I had trouble logging in to my ebay account - it would

always redirect me to the login page.
Turns out Opera hadn't been told what to do with DLL files which ebay uses
on the login page.

Jul 19 '05 #4

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

Similar topics

12
by: Dave Rahardja | last post by:
Does the C++ standard specify the behavior of floating point numbers during "exceptional" (exceptional with respect to floating point numbers, not exceptions) conditions? For example: double...
19
by: E. Robert Tisdale | last post by:
In the context of the comp.lang.c newsgroup, the term "undefined behavior" actually refers to behavior not defined by the ANSI/ISO C 9 standard. Specifically, it is *not* true that "anything can...
23
by: Ken Turkowski | last post by:
The construct (void*)(((long)ptr + 3) & ~3) worked well until now to enforce alignment of the pointer to long boundaries. However, now VC++ warns about it, undoubtedly to help things work on 64...
38
by: Steven Bethard | last post by:
> >>> aList = > >>> it = iter(aList) > >>> zip(it, it) > > That behavior is currently an accident. >http://sourceforge.net/tracker/?group_id=5470&atid=105470&func=detail&aid=1121416
7
by: Mike Livenspargar | last post by:
We have an application converted from v1.1 Framework to v2.0. The executable references a class library which in turn has a web reference. The web reference 'URL Behavior' is set to dynamic. We...
66
by: gyan | last post by:
Hi All, I am using sprintf and getting starnge output in following case char temp_rn; memset(temp_rn,'\0',12); sprintf(temp_rn,"0%s",temp_rn); the final value in temp_rn is 00 how it...
12
by: Rajesh S R | last post by:
Can anyone tell me what is the difference between undefined behavior and unspecified behavior? Though I've read what is given about them, in ISO standards, I'm still not able to get the...
28
by: v4vijayakumar | last post by:
#include <string> #include <iostream> using namespace std; int main() { string str; str.resize(5); str = 't';
35
by: bukzor | last post by:
I've found some bizzare behavior when using mutable values (lists, dicts, etc) as the default argument of a function. I want to get the community's feedback on this. It's easiest to explain with...
33
by: coolguyaroundyou | last post by:
Will the following statement invoke undefined behavior : a^=b,b^=a,a^=b ; given that a and b are of int-type ?? Be cautious, I have not written a^=b^=a^=b ; which, of course, is undefined....
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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,...
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
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...

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.