J
Jeff
hi
asp.net 3.5
I added this markup to default.aspx:
<%@ OutputCache Duration="3600" VaryByParam="none" %>
Then when I try to login and click the submit button nothing happens. I'm
not logged in.
Now when I click on the other pages on the site (e.g navigate to other pages
than default.aspx), on those pages
I'm logged in. Going back to default.aspx and I'm loggout...
Think this has something to do with pages was cached for an hour and asp.net
is just showing the cached version. I hope there are some parameters or
somehting I need to specify to solve it..
any ideas?
asp.net 3.5
I added this markup to default.aspx:
<%@ OutputCache Duration="3600" VaryByParam="none" %>
Then when I try to login and click the submit button nothing happens. I'm
not logged in.
Now when I click on the other pages on the site (e.g navigate to other pages
than default.aspx), on those pages
I'm logged in. Going back to default.aspx and I'm loggout...
Think this has something to do with pages was cached for an hour and asp.net
is just showing the cached version. I hope there are some parameters or
somehting I need to specify to solve it..
any ideas?