Object doesn't support this property or method 
Author Message
 Object doesn't support this property or method

I was using ASP session object to store user information and it
worked fine. But when I use
Session.Contents.Remove("someobjectname") or
Session.Contents.RemoveAll() to remove information from the session
object, I got the following error message:

-------------------------------------------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method:
'Session.Contents.Remove'
/nr/sample/deleteit.asp, line 4
---------------------------------------------------------------------------

I search the msdn page and found something that's related:
http://www.*-*-*.com/

Any ideas? Thanks.
--
Shao-Ju Chao (Bruce)

(919)715-7500 Ext. 215



Mon, 26 Aug 2002 03:00:00 GMT  
 Object doesn't support this property or method
Session.Contents.Remove("someobjectname") or
Session.Contents.RemoveAll()

These are new to IIS5/ASP3 (i.e., Win2K)...

--
Michael Harris
MVP Scripting

I was using ASP session object to store user information and it
worked fine. But when I use
Session.Contents.Remove("someobjectname") or
Session.Contents.RemoveAll() to remove information from the session
object, I got the following error message:

-------------------------------------------------------
Microsoft VBScript runtime error '800a01b6'
Object doesn't support this property or method:
'Session.Contents.Remove'
/nr/sample/deleteit.asp, line 4
---------------------------------------------------------------------------

I search the msdn page and found something that's related:
http://support.microsoft.com/support/kb/articles/q199/3/65.asp

Any ideas? Thanks.
--
Shao-Ju Chao (Bruce)

(919)715-7500 Ext. 215



Mon, 26 Aug 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Object doesn't support this property or method : 'DTSGlobalVariables(...).Value.Open

2. Object doesn't support this property or method

3. Object doesn't support this property or method

4. Object doesn't support this property or method

5. Object doesn't support this property or method

6. Sample code: Object doesn't support this property or method

7. Object doesn't support this property or method

8. ASP Error on Session.Contents : Object doesn't support this property or method

9. Object doesn't support this property or method

10. Help!- 438- Object doesn't support this property or method

11. Object doesn't support this property or method

12. Object doesn't support this property or method

 

 
Powered by phpBB® Forum Software