If the problem is that their browser is not accepting the cookies, then turning on trans-sid will fix it -- as the session ID is then passed in the URL as GET argument. Only problem there is that users are more likely to forward a link that exposes their session ID to somebody else, so unless you are careful about logging them out after a time-out and re-authenticating whenever they do something crucial, they can end up leaking their own privacy. On Fri, August 18, 2006 11:25 am, Dave Goodchild wrote: > Does enabling transparent session ids solve the cookie issue? I > visited > plenty of sites that use cookies and sessions on the same setup and > none > caused the same issue. > > On 18/08/06, Richard Lynch <ceo@xxxxxxxxx> wrote: >> >> Configure the problem browser to prompt you when it gets a cookie. >> >> You'll probably find that it's rejecting the cookies, so it's not >> preserving the state of the session, so you get a new session every >> page hit. >> >> On Thu, August 17, 2006 12:35 pm, Dave Goodchild wrote: >> > Hi all, I am currently writing a web application that has a >> 3-stage >> > form >> > process as part of its functionality. The values passed in are >> placed >> > in the >> > session array after validation and once the user has completed and >> > supplied >> > all required values the relevant session values are inserted into >> the >> > database. I have tested it on three different machines in FF, IE >> and >> > Opera >> > and all expected values were entered ok. >> > >> > However, a remote user has started testing and all values are >> blank, >> > suggesting the session is not being populated. I noticed it at >> their >> > office >> > last week when data values were not showing up when the user went >> back >> > one >> > page (ie fields are pre-populated with existing session values). >> > >> > Anyone had this problem before? >> > >> > -- >> > http://www.web-buddha.co.uk >> > http://www.projectkarma.co.uk >> > >> >> >> -- >> Like Music? >> http://l-i-e.com/artists.htm >> >> >> > > > -- > http://www.web-buddha.co.uk > http://www.projectkarma.co.uk > -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php