![]() tips menu | printable single page version Note: this is my old ASP tips page and is no longer supported. See the new Visualize web site..
A final thought on this - if you really need to store a recordset or other object in a session (and there are times when this is useful), as a catch all, please ensure that Session_OnEnd() in global.asa has the relevant code to close them and free up memory afterwards. Also, minimise the session timeout to as low a figure as is acceptable, and add the @ENABLESESSIONSTATE=False directive to all pages that do not require session state information (saves web server resources):
DISCLAIMER: Note these pages are a free resource for anyone wishing to reference them. Although every care is taken to ensure their correctness, the author takes no responsibility for any errors or problems that may occur through their use, or indeed misuse. These pages are copyight of Dave Clarke, Visualize Software Ltd 1997-2000 (all rights reserved).
© Copyright Dave Clarke, 1996-2008
|