1

Topic: Evaluating iredadmin, but keep getting session expired error

I am trying to evaluate iredadmin, but so far, while it's installed fine, I cannot get it to be even remotely usable. I get a session expired within 30 seconds or less, just barely enough to view maybe 2 or 3 screens.

It's impossible to log back in, it keeps throwing the same "session expired error", I try to flush the cache, and then it works, but only after a little while.

Is this a known bug?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Evaluating iredadmin, but keep getting session expired error

Did you login from different client? It will check client IP change.

Try to change below line in "libs/iredbase.py":

web.config.session_parameters['ignore_change_ip'] = True

Change the value to True, then restart Apache web server to make it work.

3

Re: Evaluating iredadmin, but keep getting session expired error

Well, this could very well be the case. I am on broadband for home and wireless for work, the two have distinct IPs. It appears OSX will pick whatever path is open at any given time. I'll try to disable one of the connections and see if it makes a difference. I'd rather keep it secure.