Author Topic: Share a Roundcube Session with Our Website Session...  (Read 2757 times)

Offline justicej

  • Newbie
  • *
  • Posts: 7
Share a Roundcube Session with Our Website Session...
« on: December 05, 2012, 05:48:46 PM »
Hey - we are struggling here.  We simply want to let our website session control (php) handle the session control for roundcube (i.e. if you're logged into the website, you're logged into roundcube).  We are already passing the login credentials which seems to work, but when the user is passed to roundcube the roundcube session destroys the website session.  We want one session for both...

If this is an easy fix and we are missing something, please let me know. Otherwise, we are happy to pay a consultant for an hour to explain this.  Thank you.  Jim (415) 425-7120.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Share a Roundcube Session with Our Website Session...
« Reply #1 on: December 06, 2012, 06:26:02 PM »
RoundCube shouldn't be overwriting the other applications session, how does the other application handle its session?