Ok guys, i need some help here...
Add this
Для просмотра ссылки Войди или Зарегистрируйся
and this
Для просмотра ссылки Войди или Зарегистрируйся to your project and the timeout is gone, but... it won't die automatically when you close your browser, i mean you will see the current total sessions growing up forever in your "Server Monitor" -> "Server Statistics" unless you manually do "uniSession.terminate" but in that case "Purged Sessions" remains 0. So please somebody try to find a way to destroy and purge CLOSED sessions at specific ealpsed time...
For 1169 apply the next for uniGUIJSForm.dcu and uniGUImJSForm.dcu:
to get rid of the nagging alert,
change "CCECCCB8544D46CA67B60E2A52ED23C49E2DDE4005F838F24E9DBD9F5E6F9CA868801BD71C59D40DBA48"
to "EAE56F7EC595084FF9E0672FB6A99B3A11C1D42335DCB36B629DD7C66D0D80E741688F472E41E3829959".
to get rid of the "Evaluation..." in form title,
change "E0CA7ED4633105BCEC0C5C8AF651A235D009"
to "0FD90434C42DCF9944F4046D8F5984B444AD"
and don't forget to change the previous "-" for " ".
Oh, i almost forgot, you can do this in your ServerModule.onCreate...
TUniGUIServerModule_(Self).Port := 80;
TUniGUIServerModule_(Self).Title := Application.Title;
good luck.
from Chile, Pax.
PS:if you're feeling brave edit uniGUIApplication.dcu with HxD and replace the hex text "8B45F480B82001000000752F" to "8B45F480B82001000000EB2F" so you will get rid of the expiration date.