JeffBr Posted December 29, 2014 Posted December 29, 2014 How can I make the session be unlimited ? so user can stay on app as long he wants. Thanks. Quote
Administrators Farshad Mohajeri Posted December 29, 2014 Administrators Posted December 29, 2014 Put a TUniTimer on mainForm with a dummy Event handler. Set timer Interval to 3 minutes or something. Quote
Administrators Farshad Mohajeri Posted December 29, 2014 Administrators Posted December 29, 2014 It is easy. - Put a TUniTimer on MainForm. - Set the Interval to 180000 - Set an empty event handler for OnTimer procedure TMainForm.UniTimer1Timer(Sender: TObject); begin // end; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.