简体   繁体   中英

Auto login of an PHP app and Bitnami Redmine

登录PHP应用程序时,是否有可能自动登录Bitnami Redmine,反之亦然?

Sounds like a session sharing...

I implemented the similar for WordPress, that is you need:

  • Patch Rails to make them store sessions in JSON (not Ruby-specific Marshal). I did this in my RedPress plugin for Redmine - so you can use it.
  • Use Rails session in your PHP app. I did this in my WordMine plugin for WordPress - so you can use it as a sample.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM