I am having a problem with session variables in IE, Mozilla test fine.
When i set session.username = 'abc' things work fine when I set
session.username = 'a_cb' bad things happen. Any ideas? There are other
sessions being set, but that is the one that throws it all off.
The session gets reset on every request. I am running CF6.1 on Windows and
buggin out with IE 6.0.29xx on WIndows.
So IE can't keep the session, Mozilla can...
Any ideas would be apprediated.
MikerRoo - 30 May 2005 07:52 GMT
Are you sure that IE (or some ad/spy blocking program) is not blocking IE
cookies in this case?
Do you have a cfapplication tag with session management enabled?
Are you using CFLOCK when setting and reading the session variables?
Is CFAdmin set to store session info to the registry (use cookies or a DB
only)?
Can you provide an exact recipe for us to duplicate the problem?
Good luck,
-- MikeR