with session variables... which is really bizarre because moving to
J2EE was supposed to have eliminated that as a possibility.
Unless... are you using cookie-less sessions? Passing cfid and cftoken
or jsessionid in the url? If so then if user a coppies the url from
the browser and emails it to user b to paste into their browser, when
they view the url they suddenly become user a. Which is the big
problem with cookie-less sessions, just no other way around it really.
> Heya all,
> I've scoured the list for answer's, but it seems no one
> has come across this problem--or at least posted about it.
> I have a CFC in the Session scope. There is a weird thing
> that is happening quite frequently:
> UserA is using a "customer" Session CFC wiht ID=1
> UserB is using a "customer" Session CFC with ID=2
> Suddenly UserB is working with UserA's object (i.e., it
> has an id=1)?
> Arrrgh. Has anyone seen this?
> Best,
> js
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

