How do I setup so that the user returns from the calling page on login.How can I increase the time before I have to relogin? Both for admin and user?
--
You received this message because you are subscribed to the Google Groups "QuickApps CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quickapps-cm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Configure::write(‘Session.save’, ‘cake’);
Configure::write(‘Security.level’, ‘high’);
Configure::write(‘Session.timeout’,‘12220’);
--
You received this message because you are subscribed to the Google Groups "QuickApps CMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quickapps-cm...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Configure.write('Session.timeout', 4098);
Configure::write('Session.timeout', '4098');