Actually, I have a log file that I open and close each time a user visit a page...
In order to avoid too much disk accesses, I would like to use a session as a buffer...
But a session is limited to a user... Is there something equivalent for the whole application? I mean something similar to the application variables with ASP.
If someboby did already something similar.... or have any idea.. thank you!