The problem with the Discus form is the cookies. The cookies store the username and password for you, so when you return to the site you can automatically be logged in. A single website can have several cookie values. On this site there are about 5 or so. The cookies that store the username and passowrd are set to expire on Sept 5 2010. It's a bug in the way the cookies expire field is calculated.
If you move your PC's clock back to Sept 4 you will stay logged into the site. However this isn't a viable solution.
I actually took it a step further and set my clock back. Modified the cookies to expire in 2011 instead of 2010. Write protected the cookie file and moved my clock forward again. I now stay logged in, however this probably wont last long. The cookie file might go away.
Anyways, if someone sends me the source I'll play around. However, I am not a perl guy. One fix might be to fix the expire cookie time to 2012 or something instead of calcualting the time.
If you move your PC's clock back to Sept 4 you will stay logged into the site. However this isn't a viable solution.
I actually took it a step further and set my clock back. Modified the cookies to expire in 2011 instead of 2010. Write protected the cookie file and moved my clock forward again. I now stay logged in, however this probably wont last long. The cookie file might go away.
Anyways, if someone sends me the source I'll play around. However, I am not a perl guy. One fix might be to fix the expire cookie time to 2012 or something instead of calcualting the time.