|
 |
asp_web_howto thread: Lost session variables on win98 machine, OK on W2K
Message #1 by "tom carr" <tomcarr1@y...> on Mon, 29 Apr 2002 18:15:02
|
|
I have an ASP application in which some session variables that work fine
on a 3 different win2K machines get wiped out on 2 different win98
machines. Are you aware of anything that would cause a session variable
to get wiped out on a win98 machine ?
Message #2 by "tom carr" <tomcarr1@y...> on Mon, 29 Apr 2002 20:39:53
|
|
I may not have made this clear: Our web site is running on our Win2K IIS 5
server. When we test it from Win98 machines, hitting the server, we have
the problem. When we test from W2K machines hitting the server, it works
fine.
I've found out just where the session variables are lost in the Win98
version. There is some client side VBScript the hits a .dll on the server
by way of a wsdl file created by the SOAP toolkit. Do you have any idea
why this might reset the session variables in Win98, but not Win2K ?
Message #3 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Mon, 29 Apr 2002 15:51:06 -0400
|
|
Try to use different computer or operating system.
As far as I know session variable rely on cookies enable.
Check and make sure that there is no cookie disable on Win98 machines.
As far as I know there should be no problem with Win 98.
Oleg.
-----Original Message-----
From: tom carr [mailto:tomcarr1@y...]
Sent: April 29, 2002 8:40 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Lost session variables on win98 machine, OK
on W2K
I may not have made this clear: Our web site is running on our Win2K IIS 5
server. When we test it from Win98 machines, hitting the server, we have
the problem. When we test from W2K machines hitting the server, it works
fine.
I've found out just where the session variables are lost in the Win98
version. There is some client side VBScript the hits a .dll on the server
by way of a wsdl file created by the SOAP toolkit. Do you have any idea
why this might reset the session variables in Win98, but not Win2K ?
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
Message #4 by "Aaron Fleming" <aaronf@w...> on Mon, 29 Apr 2002 15:48:05 -0400
|
|
Also - if you are using IE 6 check the privacy settings - they will
effect session.
-----Original Message-----
From: Oleg Kapeljushnik [mailto:c-oleg.kapeljushnik@w...]
Sent: April 29, 2002 3:51 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Lost session variables on win98 machine, OK
on W2K
Try to use different computer or operating system.
As far as I know session variable rely on cookies enable.
Check and make sure that there is no cookie disable on Win98 machines.
As far as I know there should be no problem with Win 98.
Oleg.
-----Original Message-----
From: tom carr [mailto:tomcarr1@y...]
Sent: April 29, 2002 8:40 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Re: Lost session variables on win98 machine, OK
on W2K
I may not have made this clear: Our web site is running on our Win2K IIS
5 server. When we test it from Win98 machines, hitting the server, we
have the problem. When we test from W2K machines hitting the server, it
works fine.
I've found out just where the session variables are lost in the Win98
version. There is some client side VBScript the hits a .dll on the
server by way of a wsdl file created by the SOAP toolkit. Do you have
any idea why this might reset the session variables in Win98, but not
Win2K ?
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
---
Change your mail options at http://p2p.wrox.com/manager.asp or to
unsubscribe send a blank email to
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
|
|
 |