Print Page | Close Window

Error Message

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=3592
Printed Date: 11 April 2026 at 1:21pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Error Message
Posted By: VBHS1999
Subject: Error Message
Date Posted: 17 June 2003 at 12:07am

Hello,

I am getting an error while trying to use the forum I am making.

I am able to configure everything in the admin section great.

When I go to http://www.kevinmcarter.dynamic-nameserver.com/forum/default.asp - http://www.kevinmcarter.dynamic-nameserver.com/forum/default.asp , I get the error.

Here is what it says:

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'Session'

/forum/common.asp, line 54

 

Here is what is on line 54:

Session.Timeout = 20

 

Can someone please tell me how to get this working?  What caused this error?

 

Thanks,

Kevin Carter




Replies:
Posted By: WebWiz-Bruce
Date Posted: 17 June 2003 at 2:47am

Line 54 of the common.asp file should be a copyright comment, so either you have broken the license agreement and removed this line or you have a corrupted file.

Try reuploading the original files again.



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: VBHS1999
Date Posted: 17 June 2003 at 7:55am

Hello,

 

There is a copyright notice at the top of the file.

I have NOT removed any information from the file.

What is causing this?

 

Kevin Carter



Posted By: WebWiz-Bruce
Date Posted: 17 June 2003 at 7:57am
The file is probably corrupted then, delete then re-upload the file again.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: VBHS1999
Date Posted: 17 June 2003 at 7:58am

I found a copy of the file from the zip file and put it back in there.

Now it says the same error, but on line 53.

Kevin



Posted By: WebWiz-Bruce
Date Posted: 17 June 2003 at 8:04am

Is the forum running on a Windows 2000 or 2003 web server with IIS4+ and ASP enabled.

If not the forum won't work.

Have a look at the 'Forum Requirements' page in the lexft menu to see if the web server your iste is on fits these requirements.



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: VBHS1999
Date Posted: 17 June 2003 at 11:03am

The computer is in my house.  I can change settings if necessary. 

It is running Windows Server 2003 (IIS 6.0) and ASP is enabled.  My website already uses ASP and works with no problems.

Kevin Carter



Posted By: WebWiz-Bruce
Date Posted: 17 June 2003 at 11:14am
Just remove the line that is in error.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: VBHS1999
Date Posted: 17 June 2003 at 11:27am

I have tried removing it.

After I delete that one line, I get this:

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'Session'

/forum2/common.asp, line 312

 

Here is that is on that line:

If Session("dtmLastVisit") = "" AND Request.Cookies("FLVST")("LTVST") <> "" Then

Again session is involved in the error.

Is there any way to define session at the beginning of common.asp, so that these errors will go away?

Also,

Kevin Carter



Posted By: VBHS1999
Date Posted: 17 June 2003 at 11:28am

Also, I created a new forum right from the zip file.

And I immediatly got this line 83 error.

Kevin



Posted By: WebWiz-Bruce
Date Posted: 17 June 2003 at 12:01pm

Session is the ASP Session object, if you are getting errors when calling this object there must be something very wrong with your web server.

Try resinstalling IIS again, also look through the IIS help files and see if there is a way to enable - disable the ASP session object.



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: michael
Date Posted: 17 June 2003 at 1:19pm
It can happen if you have applications like Commerce Server so installed, they set the variable EnableSessionState=False for the whole web due to performace reasons. Now I am not sure what other applications might do that but check for a setting to enable the session state in iis or set it manually on the page  to true

-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: VBHS1999
Date Posted: 17 June 2003 at 11:02pm

I do not have commerce server installed.  I installed windows and then configured IIS.  No other software is running.

How do I make IIS work with session correctly?  Where do I enable it?

Kevin Carter



Posted By: VBHS1999
Date Posted: 20 June 2003 at 12:00am

I just went back to my forum today and it worked.  Did not change anything since i tried it last and it did not work.

The developers did a great job!  Excellent forum!  Thanks!

Kevin Carter



Posted By: bernskov
Date Posted: 18 July 2003 at 3:36am
Originally posted by -boRg- -boRg- wrote:

Is the forum running on a Windows 2000 or 2003 web server with IIS4+ and ASP enabled.

If not the forum won't work.

Have a look at the 'Forum Requirements' page in the lexft menu to see if the web server your iste is on fits these requirements.

 

I did all this. It works fine on XP pro and Windows 2000 but on Windows 2003 I get the same error message:

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'Session'

/common.asp, line 53

And as stated later i this thread 'remove' this line leads to :

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'Session'

/common.asp, line 312

I've tried this on 2 clean 2003 servers.

Any ideas?



Posted By: WebWiz-Bruce
Date Posted: 18 July 2003 at 5:59am
This means that IIS is not configured correctly on the server, you need to enable the use of the session object under IIS.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Woolbox
Date Posted: 25 November 2004 at 6:35pm
Same problem here on Windows 2003 Std.

Where do yo enable the use of the session object under IIS?




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net