Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 3rd, 2005, 11:31 AM
Authorized User
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default gabbage collecting and Session variables

What is the best practice of clearing all unused objects when done using them and clearing all Session variables when user clicks log-out?
I think the following problem has something to do with this:
I'm having a frequent issue for an application I developed for corporate customers. The user sometimes experience logging in problem, on the authentication page, which would fail to issue a database query through which the user get authenticated by a password. However after I restart the IIS (without doing anything else to the code), the log-in starts to function again.
Any advice would be appreciated.
Yubo

 
Old January 3rd, 2005, 11:54 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
Default

To clear the session variables, you can use the Session.Abandon method at log out.

- - - - - - - - - - - - - - - - - - - - - - -
In God we trust, everything else we test.
 
Old January 3rd, 2005, 12:10 PM
Authorized User
 
Join Date: Jul 2004
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Default

how about other objects, like running database threads and business objects, which are not perfetly handled by CLR gabbage collections.

 
Old January 3rd, 2005, 02:14 PM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 218
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I think you are better off letting the garbage collector do its thing, however you may find this useful.

http://msdn.microsoft.com/library/de...Collection.asp

- - - - - - - - - - - - - - - - - - - - - - -
In God we trust, everything else we test.
 
Old January 7th, 2005, 12:06 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

One thing I can recommend is to make sure you close your database connections. Otherwise, like the colonel says, let the CLR garbageman do his thing.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Session Variables in C# shikha09 C# 1 November 28th, 2006 10:38 AM
Session Variables testsubject Visual Studio 2005 8 March 8th, 2006 04:26 PM
Session Variables - help? Annoyamouse BOOK: Beginning PHP4/PHP 5 ISBN: 978-0-7645-4364-7; v5 ISBN: 978-0-7645-5783-5 11 August 31st, 2004 03:56 PM
Session Variables flesh_god Dreamweaver (all versions) 7 November 11th, 2003 05:52 PM
session variables help face Classic ASP Databases 4 September 12th, 2003 03:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.