<skyjuice>
Yeh, I thought it was due to an expired session too, so I expected too be logged out
<skyjuice>
I have JS disabled by default but the connection failed with it enabled as well
avocadoist has quit [Ping timeout: 255 seconds]
<skyjuice>
I'm guessing its something to do with noscript (JS disabler add-on) after a site has been trusted, I believe it enables a subset of the site's JS and still blocks the rest
<skyjuice>
I'll disable it completely, and see how it goes
<skyjuice>
Does (app) require JS to handle sessions?
<skyjuice>
I couldn't find a reference to it in the docs or source with (doc 'app) or (vi 'app) respectively.
skyjuice has quit [Ping timeout: 250 seconds]
seninha has quit [Remote host closed the connection]
<abu[7]>
(app) and all the other GUI work fully without JS. Just a little slower fore some operations.
<abu[7]>
In debug mode, the timeout is disabled btw
<abu[7]>
In app/gui.l: (if *Dbg (off *Timeout) (<ping> 7))