473,402 Members | 2,064 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,402 software developers and data experts.

Suddenly, web folder doesn't send cookie back, any idea?

Hi,

I have my webdav code, I am using cookie to verify user, so user login to
our website first, like http://site, then they can open link
http://site/webfiles and check "open as web folder", in my code, I will
check cookie under http://site and control the user's permission. It worked
fine, but recently, I found when user open http://site/webfiles from XP,
there is no cookie return even the cookie is there. And the same action
under window 2000 works fine. Any idea about this?

Thanks!
Sep 27 '05 #1
3 1526
It is likely that the user has installed XP-Service Pack 2 which turned off
cookies for that site. Your user needs to change their internet settings.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"davidw" <da****@affinisys.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

I have my webdav code, I am using cookie to verify user, so user login to
our website first, like http://site, then they can open link
http://site/webfiles and check "open as web folder", in my code, I will
check cookie under http://site and control the user's permission. It
worked
fine, but recently, I found when user open http://site/webfiles from XP,
there is no cookie return even the cookie is there. And the same action
under window 2000 works fine. Any idea about this?

Thanks!

Sep 28 '05 #2
Thnaks.

But not likely, We tested on several machines. The cookie is opened, our
site relys on cookie, I can list out my site's cookie, and I can close the
browser and reopen it and the cookie is still there.


"Nick Malik [Microsoft]" <ni*******@hotmail.nospam.com> wrote in message
news:Wc********************@comcast.com...
It is likely that the user has installed XP-Service Pack 2 which turned off cookies for that site. Your user needs to change their internet settings.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
--
"davidw" <da****@affinisys.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hi,

I have my webdav code, I am using cookie to verify user, so user login to our website first, like http://site, then they can open link
http://site/webfiles and check "open as web folder", in my code, I will
check cookie under http://site and control the user's permission. It
worked
fine, but recently, I found when user open http://site/webfiles from XP,
there is no cookie return even the cookie is there. And the same action
under window 2000 works fine. Any idea about this?

Thanks!


Sep 28 '05 #3
"davidw" <da****@affinisys.com> wrote in message
news:uM**************@TK2MSFTNGP11.phx.gbl...
Thnaks.

But not likely, We tested on several machines. The cookie is opened, our
site relys on cookie, I can list out my site's cookie, and I can close the
browser and reopen it and the cookie is still there.


Did you try changing the settings?

Go to IE, Tools->Internet Options
Select the Privacy Tab
Click the "Sites" button
add your site. flag the site as "always allow"

then see if it changes the behavior.

Two more tests:

If you delete the cookie, and visit the site, does it come back? (IOW, you
may have an old cookie lying around).
If you delete the cookie on the Windows 2000 box and visit the site, does
the site work?

Also, have you changed settings on the IIS side? Perhaps added a virtual
directory instead of relying on a physical one?
--- N
Sep 28 '05 #4

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

Similar topics

2
by: Paul Charlton-Thomson | last post by:
Can anyone explain why my cookie is not appearing in the Temporary Internet Folder on my PC? It sets OK and I can test it put when I go to the folder it's not actually there? I am using the...
13
by: jenny | last post by:
Hi, I am trying to find a VB way that would create a folder on all existing drives - the folder name would be the same on each drive. ie c:\backup, d:\backup, etc. But the folders would only be...
24
by: Nancy Drew | last post by:
hi all i'm trying to keep users from being able to login to a site twice at the same time. everytime a user does a login, i stick their userID into an application scoped array. if they try to...
4
by: Shannon Jacobs | last post by:
I'm doing some trivial surveys, and I want to know if the same user answers twice. Can't really know that, but at least I thought I could check for the same browser/computer combination by using a...
21
by: strutsng | last post by:
<input type="file"> only allows the user to browse for files. How about "browse for folder" dialog? Can html/javascript do that? I couldn't find any syntax for that. If not, please advise what...
1
by: Steve Remer | last post by:
My application (relevant code snippets below) originally used Session variables in order to maintain state from page to page. After being unable to solve the mystery of why those variables were...
3
by: davidw | last post by:
Hi, I have my webdav code, I am using cookie to verify user, so user login to our website first, like http://site, then they can open link http://site/webfiles and check "open as web folder", in...
1
by: .NET Developer | last post by:
I'm having an issue that hopefully someone here can help me out with. First a quick explanation: I'm managing users of my site in a fairly custom way. (in other words I'm not using asp.net's...
1
by: ticmanis | last post by:
Hello, I'm having trouble getting MSIE 6.0 (running on XP SP2) to accept a cookie which works fine in both Firefox and wget. The web server is Boa 0.94.13 (a small embedded server) using PHP...
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
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
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...

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.