On 3 Jul 2008, at 01:10, David Ringsmuth wrote:
I am surprised that so many internal session ID's are create...
David -
As Aparajita says, the session is kicked of under certain very
definite circumstances which you can easily control.
For example, a typical application of this is, say in an e-commerce
situation, to have the session start only when the customer adds an
item to their basket (so that you can track the basket contents
between requests).
I wouldn't recommend using the timeout to keep your sessions to a
minimum - better to simply not have them start in the first place
which is easy to do by identifying which action is triggering the
session (e.g. 'On Session Start' handler, 'set session variable' etc).
hth
Peter
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/