> The requests on the back end, check if i receive a new message (mail) > and on the front end users can refresh or change page with other > Request.HTML.
What else is in common between the two requests? Think session variables, cache locks, etc. You have to narrow this down. For starters, just set up two dummy back end pages (no database code, session or other dependencies) and I'm sure you'll see they are truly independent. Then debug from there. -- S.
