RE: Security and cookieless sessions
From: Stefan Schachner[MS] (sschac@online.microsoft.com)
Date: 10/25/02
- Next message: Nick: "Re: Security and cookieless sessions"
- Previous message: Nick: "Security and cookieless sessions"
- In reply to: Nick: "Security and cookieless sessions"
- Next in thread: Nick: "Re: Security and cookieless sessions"
- Reply: Nick: "Re: Security and cookieless sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: sschac@online.microsoft.com (Stefan Schachner[MS]) Date: Fri, 25 Oct 2002 02:00:26 GMT
Cookieless sessions are designed to support certain protocols which don’t
support cookies (wireless phone, browsing, for example) or for users who
for personal reasons turn cookie persistence off in their browsers. Since
the
cookieless URL contains the session key, if someone were to obtain that
value
surreptiously while the session was active, they could use it to spoof the
real customer. The workaround is to use SSL or some other encryption
technology for your communications so that the URL is never sent in the
clear.
You also need to have reasonable timeouts for ending the session so it
doesn’t
remain open long enough to make that tactic realistic.
I hope this helps
Stefan B. Schachner MCSE MCP MCP +I
IIS Newsgroup Support
Please do not send email directly to this alias. This is our online account
name for newsgroup participation only.
If you would like to open a support incident with Microsoft, call
1-800-936-5800
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
- Next message: Nick: "Re: Security and cookieless sessions"
- Previous message: Nick: "Security and cookieless sessions"
- In reply to: Nick: "Security and cookieless sessions"
- Next in thread: Nick: "Re: Security and cookieless sessions"
- Reply: Nick: "Re: Security and cookieless sessions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|