Have you tried outputting the cfid and cftoken to see if these change at all?
Regards Andrew Scott Technical Consultant NuSphere Pty Ltd Level 2/33 Bank Street South Melbourne, Victoria, 3205 Phone: 03 9686 0485 - Fax: 03 9699 7976 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom MacKean Sent: Friday, 8 April 2005 10:33 AM To: CFAussie Mailing List Subject: [cfaussie] RE: Weird session behaviour Thanks Barry, The weird thing is not that it doesn't work, just that it is transferring session data from one computer to another. E.g. I log in on my computer as me, all the pages are headed Welcome Tom. I go to another machine that I've never logged in on before, log in as someone else, say Joe Bloggs. The first page says Welcome Joe, but if I click on a link the new page says Welcome Tom. If I refresh, it says Welcome Joe. This happens for each page I visit, but once a page has been visited it will always correctly display Welcome Joe. So back to my own computer, click on a link and it says Welcome Joe. Refresh and it says Welcome Tom. And back and forth. The welcome name is stored in a session scope structure and called by session.thisuser.user_firstname. My problem was that I thought that session scope variable applied only to a particular browser. The data must be caching somewhere. While I recognise that there may be ways of getting around the problem by forcing the browser to request a unique page (as per Adam's suggestion yesterday) what I'd prefer to do is find where/why the page is misbehaving and fix that. Thanks, Tom --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
