Author Topic: Other login page than default RC-login  (Read 6808 times)

Offline its42

  • Newbie
  • *
  • Posts: 1
Other login page than default RC-login
« on: August 30, 2007, 06:46:40 AM »
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


Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Other login page than default RC-login
« Reply #1 on: August 30, 2007, 12:35:56 PM »
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.