Hi guys n girls :)
This is my first post here, so first of all - thanks for this fancy stuff, developers!
To my question:
Im making some sort of admin-system for my page, where I have some blog posting-stuff etc. on a path like http://domain.com/admin.
As a part of the menu on this admin site, I want to implement RC (but with an actual path like webmail.domain.com).
The essense of my question is how can I avoid the login for webmail, after logged in to the admin-site?
I know its some sort of login cookie, but further than that my knowledge of RC stops.
Thanks,
its42
Look in the sources of RoundCube and see what cookie is set. I can't be 100% sure, but I know it's only set for like 15 minutes (if that long) before it times out. So any action might need to "update" that cookie so it doesn't time-out.