V
Victor
I have a strange problem in my website. I configured my website to run under
2 worker processes. (web garden enabled). and I stored my user information
in the current httpcontext(like
Httpcontext.current.items.add("__currentuser", myUserobject") and retrieve
the user object like (user =
(UserType)Httpcontext.current.items["__currentuser"]). the website
authentication based on the form authentication. and I used login control
and customized the validation method.
No the bloody problem is. I opened two IE windows. and try to log into the
website using two separate account ([email protected] and (e-mail address removed)). the login process
is successful, but after that, the two IE windows both display the
information for (e-mail address removed) (instead of one for (e-mail address removed) one for (e-mail address removed)).
Is that anything related with web garden..?
I think the two IE windows should be two separated requests, so that
httpcontexts for two browsers should be different. am I rite?
cheers
2 worker processes. (web garden enabled). and I stored my user information
in the current httpcontext(like
Httpcontext.current.items.add("__currentuser", myUserobject") and retrieve
the user object like (user =
(UserType)Httpcontext.current.items["__currentuser"]). the website
authentication based on the form authentication. and I used login control
and customized the validation method.
No the bloody problem is. I opened two IE windows. and try to log into the
website using two separate account ([email protected] and (e-mail address removed)). the login process
is successful, but after that, the two IE windows both display the
information for (e-mail address removed) (instead of one for (e-mail address removed) one for (e-mail address removed)).
Is that anything related with web garden..?
I think the two IE windows should be two separated requests, so that
httpcontexts for two browsers should be different. am I rite?
cheers