For Programmers: Free Programming Magazines  


Home > Archive > ASP > March 2004 > session.contents yields error on IIS 6.0 --why?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author session.contents yields error on IIS 6.0 --why?
Jason

2004-03-28, 9:57 pm

When running this code on an IIS 6.0 box, I receive the following error:

240 For Each sessitem in Session.Contents
241 strSessionEmailValues = strSessionEmailValues & sessitem & " : "
& Session.Contents(sessitem) & strCRLF
242 Next

--------------------------------------------------

Microsoft VBScript runtime error '800a01b6'

Object doesn't support this property or method

/500errorhandler.asp, line 241

---------------------------------------------------------------------------

Can anyone tell me what the problem may be? This is a default IIS 6.0
configuration and session state is enabled on the site.


Thanks,

Jason


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com