Hi!
I'm looking for a possibility within an existing framework/login system to log into an e-Mail-account of RoundCube without typing in any login information again.
Do I have to start a session or can I use my existing session for this?
I hope you can understand what I mean.
Greetings
Flo
Hi!
Are there no ideas?
Or cant you understand, what i mean?
Greetings
Flo.
You can't use your exisiting session by default. RoundCube handles sessions by database. If you want to use your existing session you have to hack ./program/include/session.inc.
Comment out:
session_set_save_handler('rcube_sess_open', 'rcube_sess_close', 'rcube_sess_read', 'rcube_sess_write', 'rcube_sess_destroy', 'rcube_sess_gc');