Forums

ASP

This topic is locked

need help

Posted 27 Jan 2003 21:53:50
1
has voted
27 Jan 2003 21:53:50 Collin Chaw posted:
i'm using Dreamweaver MX logout server behaviour to create my logout page. but the problem is whenever i click the logout link the page that i have create did not appear but instead and error page come out. this is what the error state:
Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method: 'Session.Contents.Remove'

/mywebsite/HalamanAhli.asp, line 6

Please help me to solve this problem.
i'm using microsoft PWS as server.

Replies

Replied 28 Jan 2003 18:54:20
28 Jan 2003 18:54:20 Jørgen Emerslund replied:
Hi,

If you take a look at msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref60/htm/ref_vbom_sesomcr.asp, you'll see that that method came in IIS 6.0. This means that the web-server you're using, does support ASP, but not that method.

I haven't been able to figure out which method you must use to do what you want, sorry. Maybe someone else got better luck with that one?
Replied 29 Jan 2003 08:13:07
29 Jan 2003 08:13:07 Collin Chaw replied:
thank for the url

Reply to this topic