2 Feb 20:16
A4D 5.0.34: another session problem
Hi folks!
I think I have another session problem and assume a bug.
Here is my setup:
* default Active4D.ini (at least regarding the session settings)
* the following realms.ini entry:
timecard /timecard/
This A4D-Testpage, located at <web>/timecard/session.a4d:
<%
if (session id="")
writebr("new session " + string(current time))
writebr(session id)
session{"start.time"}:=current time
set session timeout(1)
else
writebr("valid session, started at " + string(session{"start.time"})+ ", ID=" + session id)
writebr(session id)
set session timeout(1)
end if
(Continue reading)
RSS Feed