Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewpoer/sugarcrm-session-extender
An upgrade-safe/Module-Loader-able way to extend your SugarCRM Session Lengths without need to adjust PHP configuration
https://github.com/matthewpoer/sugarcrm-session-extender
Last synced: 1 day ago
JSON representation
An upgrade-safe/Module-Loader-able way to extend your SugarCRM Session Lengths without need to adjust PHP configuration
- Host: GitHub
- URL: https://github.com/matthewpoer/sugarcrm-session-extender
- Owner: matthewpoer
- Created: 2012-07-27T16:49:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-13T15:18:13.000Z (about 12 years ago)
- Last Synced: 2023-03-12T02:33:03.019Z (over 1 year ago)
- Language: PHP
- Size: 97.7 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
It Might Not Work
===============
Be aware that this is a so-far failed proof-of-concept. I don't know why it doesn't work, but it doesn't. A major issue I just found was a bad file refernce. It's a good reason to be broken, but there maybe other issues.I've not abandoned hope nor this project, and would welcome any suggestions from others.
SugarCRM-Session-Extender
=========================An upgrade-safe/Module-Loader-able way to extend your SugarCRM Session Lengths without need to adjust PHP configuration
Requirements:
-------------
+ Your SugarCRM System must be 6.4.3 or greater, because that's when the after_entry_point logic hook is introduced
+ Your web host must allow the use of the PHP function [ini_set()](http://us.php.net/ini_set)
+ Should work on SugarCRM OnDemand cloud serviceLicensing
---------
+ No guarantees or warranties of any kind.
+ You can use it. It's free, open-source code. If you want someone to install it or support it for you, contact my company, [Profiling Solutions](http://http://www.profilingsolutions.com/about-psi/contact-us).
+ This project isn't endorsed by or associated directly with [SugarCRM](http://www.sugarcrm.com), the company or the software platform.
+ I'm too lazy to research proper licensing blurbs and disclaimers, so just be nice.