On Mon, 5 Mar 2007, Tris wrote: > Bit of an odd one... > i've built a registration area, and as it's mulitple pages, I've used > a session to capture the ID number of the row I created in the > database, for use in my UPDATE calls on subsequent pages... > > Anyhoo... > The whole system has been plonked in a frame on their server, by the client. > and for some users, the data is not being captured and the session > data is into being remembered...
Sounds like an issue with third-party cookies, which are often blocked. Is the frameset served from a different domain to the server hosting your registration area? If so, you're likely to have problems. Most important question I guess is why is it in a frame? Also what happens for people who reject cookies full stop? Does it handle that gracefully? Cheers Dave P http://blog.preshweb.co.uk/ :: http://www.preshweb.co.uk/ ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
