Strange web garden problem.... :(
- From: "Victor" <victor@xxxxxxxxxxxxxxx>
- Date: Thu, 5 Apr 2007 11:25:14 +1200
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 (1@xxxxx and 2@xxxxx). the login process
is successful, but after that, the two IE windows both display the
information for 1@xxxxx (instead of one for 1@xxxxx one for 2@xxxxx).
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
.
- Follow-Ups:
- Re: Strange web garden problem.... :(
- From: bruce barker
- Re: Strange web garden problem.... :(
- Prev by Date: Re: File deletion from server folder
- Next by Date: Re: Strange web garden problem.... :(
- Previous by thread: Re: 'please wait... page is loading' - how?
- Next by thread: Re: Strange web garden problem.... :(
- Index(es):
Relevant Pages
|