> But as someone else on the list pointed out, I think I may have > mistated that session variables require cookies. That person > (forgot the name) said that session variables are stored in the > server's RAM anyway, so it shouldn't matter if they have their > cookies turned on or not. Regardless of where session variables are stored (they're in server RAM), session variable management requires that either cookies be enabled, or you pass the session token in the URL (or hidden form variables) on each page request. If your shopping cart (or whatever) is depending on session variables, and you aren't passing the token around (it's admittedly a PIA), then you're losing customers. Hard to quantify how many, but you will lose some. -Ron ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
- Any Security Concerns Here? Passing Token in URL [CF-Talk... Chris Montgomery
- RE: Any Security Concerns Here? Passing Token in URL... Mark Warrick
- RE: Any Security Concerns Here? Passing Token in... Chris Montgomery
- RE: Any Security Concerns Here? Passing Toke... Mark Warrick
- RE: Any Security Concerns Here? Passing ... Chris Montgomery
- RE: Any Security Concerns Here? Passing ... ron
- RE: Any Security Concerns Here? Pas... Mark Warrick
- RE: Any Security Concerns Here?... ron
- RE: Any Security Concerns H... Mark Warrick
- RE: Any Security Concerns H... paul smith
- RE: Any Security Concerns Here?... Jennifer
- Cookie Phobia [was Any Security Con... Charles A. Lee
- Re: Cookie Phobia [was Any Secu... Peter Theobald
- RE: Any Security Concerns Here? Passing Token in URL... Zachary Bedell
- RE: Any Security Concerns Here? Passing Token in... Chris Montgomery
- RE: Any Security Concerns Here? Passing Token in URL... Justin Kidman
- RE: Any Security Concerns Here? Passing Token in URL... dougn
- RE: Any Security Concerns Here? Passing Token in... Mark Warrick

