:)
Fix for this is easy: pick the web.config and change this:
<forms name="BugNET" loginUrl="~/Login.aspx" />
inot this:
<forms name="BugNET" loginUrl="~/Login.aspx" timeout="40320" />
Note that timeout is in seconds so put something high in there, also note that since cookies are "sliding" by default that value is how long the cookie remains valid after the last successfull login.
Davin, think you can put this in the distribution too?
Too bad this doesn't work with any page but just the home (wonder why).
Edoardo.