![]() |
Community Auth with bootstrap-session-timeout - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7) +--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13) +--- Thread: Community Auth with bootstrap-session-timeout (/showthread.php?tid=65991) |
Community Auth with bootstrap-session-timeout - hotsync - 08-20-2016 Hi. I want to use Community Auth with bootstrap-session-timeout (https://github.com/orangehill/bootstrap-session-timeout). Everything OK, but I don't know how to extend session time by 'keepAliveUrl' option. It seems need a ajax session extend function. Would you show me a sample code? Thanks. RE: Community Auth with bootstrap-session-timeout - skunkbad - 08-20-2016 The simple modifications that Community Auth makes to extend CI_Session are not likely to interfere with the way that you would implement bootstrap-session-timeout into any non-Community Auth project. Have you tried testing bootstrap-session-timeout in a plain CodeIgniter install? As far as I can tell, your question really does not have anything to do with Community Auth. You might create a new thread for help, because you're not likely to get a solution when people think this is tied to Community Auth. |