In addition to the chronic SSL problem with the forum forcing everyone to send their passwords in plaintext (which nobody seems to care about despite it being super janky and a totally unnecessary / preventable security risk for anyone who reuses passwords), I keep getting logged out of IdeaStation despite hitting «stay connected».
Not sure this is the problem but the forum is setting a cookie «LiSESSIONID» with a lifetime of «Session».

That sounds great but «Session» just means «until the user closes the browser» which I suspect is why I'm having to re-login all the time.
It'd be great to fix both of these issues (note that not being able to stay signed in indefinitely means that people are probably logging in often and every time they do that there is a new chance for any minimally competent script kiddy to see their password.
For anyone who doesn't understand what I'm talking about - you shouldn't have to, but suffice it to say that it's really, really bad in terms of web security and one of the most basic things that a competent web developer should know about and take care of.