I've used the built-in login controls for a site im playing around with. This is rougle how its setup

I have a loginView control: When user is anon it displays a login control
: When user is logged in it displays a loginName/Status and other links

Those controls are built in to the master page and is used in every page in the site (That way the user has access to their menu throughout the entire site)

Right now here is there problem;
When in opera I loggin and its successfull it should display the user name, login status and other relative data. but it does not it just displays the login form. I did login successfully because there were no error mesages.

When I try this in firefox it works perfectly, displays the users name/status etc throught the entire site. Also when I try to access authenticated user pages when not logged in im redirected to the main page(as I planned) but when trying the same thing in opera - I can access the pages fine.

I'm stummped completely because yesterday - everything was ticking along nicely.

Any idea what is going on?

P.S. This site is built using Visual Web Developer Express and the defualt browser is Opera

Cheers