cache problem : Need to click the logout button twice

J

Jeff

hi

asp.net 3.5

I need to click on the logout button minimum twice and sometimes many many
times (I stopped counting at 20).
Sometimes when logging in I have to enter the same password twice in order
to be authenticated...

The problem is caused by cache, atleast I removed my recently added cache
settings from the webpages and usercontrols and the problem was gone....

For example in the Default.aspx I have this cache setting:
<%@ OutputCache Duration="60" VaryByParam="None" Location="Client" %>

And the Login control which in my project is placed in the LoginControl.ascx
have this setting:
<%@ OutputCache Duration="60" VaryByParam="*" %>

any ideas what I do wrong here?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top