Peter Haider
|
| Posted: 03/04/2003, 10:12 AM |
|
Hello,
i get the following error message when i call for example the
"administration site" in the bookstore sample:
....
Runtime error in Microsoft VBScript- error '800a01f4'
Variable is not defined: 'Session'
/BookStore/.\Common.asp, line 1345
.....
The sourcecode for this error is:
.....
1342 Set RecordSet = Connection.Execute(SQL)
1343 Result = NOT RecordSet.EOF
1344 If Result Then
1345 Session("UserID") = RecordSet("user_id")
1346 Session("UserLogin") = Login
1347 Session("GroupID") = RecordSet("group_id")
1348 End If
1348 RecordSet.Close
Any idea to this problem - some site runs normal, some site produce this
error.
Configuration: Backoffice Small Business Server, W2k SP3, IIS5, IE6.0,
AccessMDB, ASP/VBScript, The same Result with Windows Scripting Host 5.5 and
5.6.
Tested directly on the server.
Regards
Peter Haider
|
|
|
 |
|