On Aug 24, 2005, at 12:00 PM, Bart Alcorn wrote:
My client's A4D site is really four sites (virtual hosting). They
are asking for a monitoring page, one that will allow them to see
who is using the sites in real time.
We are storing as a global the internal session id, so we know from
a global perspective which session belongs to which user.
Is there a way to access session values from outside the session?
i.e. something along the lines of "get session(key{session ID})"?
If not we'll just have to add the required info for monitoring to a
global collection, but if there is a way to access data already in
a session on a session by session basis it would save work (and
memory).
If this is going to run on the server where Active4D is running,
maybe you could try something like
vSessionID:=0 `make sure the 4D var is defined for A4D
$err:=A4D Execute Text("<%vSessionID := get session(key{session
id})%>")
HTH,
Randy
-----------------------------------------
Randy Jaynes
Management Software
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/