We are on our 6th, coming into 7th version of CF, and after all this time, J2EE sessions are the fix to this problem?
Comeon........... Saying this, to me, says that this has always been a problem and only now with J2EE have we been able to solve it. I would be looking at how the sessions are set up firstly, is it stored in a session var environment or is it pulled from a DB as I know a lot of people do, how are the sessions accessed, are the users getting a complete copy of the session or are they just seeing certain things, are cookies being used and if so where are they being stored, is the web server set to cache the pages, look at doing a forced session clear when a user initially visits the site and so on. Not everyone has this problem, so it must be a setup or environment issue. Steve -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean Corfield Sent: Tuesday, January 04, 2005 12:40 PM To: CFAussie Mailing List Subject: [cfaussie] Re: Sessions getting mixed up On Tue, 4 Jan 2005 12:26:15 +1100, Ryan Sabir <[EMAIL PROTECTED]> wrote: > SC> Hmm... are you using J2EE Session Variables? Are you using UUID for > CFTOKEN? > No just regular ColdFusion session variables. Not using UUID for > CFTOKEN either. > > Should I be doing any of these? Well, I strongly recommend J2EE Session Variables - and it *may* stop the problem you are seeing (or, if it's an over-aggressive ISP caching things, it may not). -- Sean A Corfield -- http://www.corfield.org/ Team Fusebox -- http://www.fusebox.org/ Breeze Me! -- http://www.corfield.org/breezeme Got Gmail? -- I have 6 invites to give away! "If you're not annoying somebody, you're not really alive." -- Margaret Atwood --- 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/ --- 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/
