Forums
This topic is locked
show nothing when I run the session page
Replies
Replied 12 Apr 2003 10:39:46
12 Apr 2003 10:39:46 Graham Cole replied:
HI
If you are running on a win2k box with IIS, there is a small glich that I have come across that requires the existance of the global.asa file to be located in the web root. The file does not need to contain anything except a single space, but without it the whole session variable system falls over completely.
Hope this helps
Graham
If you are running on a win2k box with IIS, there is a small glich that I have come across that requires the existance of the global.asa file to be located in the web root. The file does not need to contain anything except a single space, but without it the whole session variable system falls over completely.
Hope this helps
Graham
Replied 14 Apr 2003 16:59:51
14 Apr 2003 16:59:51 Lee Diggins replied:
Hi,
is this a dreamweaver created behaviour update, edit delete? If so you need to make sure to put your code in the correct place as the form post's back to itself first. If it's an insert record behaviour for example, look for this type of comment and place your code beneath it:
' *** Insert Record: construct a sql insert statement and execute it
Session("mySession" = ??????
Digga
Sharing Knowledge Saves Valuable Time!!!
Edited by - Digga the Wolf on 14 Apr 2003 17:01:53
is this a dreamweaver created behaviour update, edit delete? If so you need to make sure to put your code in the correct place as the form post's back to itself first. If it's an insert record behaviour for example, look for this type of comment and place your code beneath it:
' *** Insert Record: construct a sql insert statement and execute it
Session("mySession" = ??????
Digga
Sharing Knowledge Saves Valuable Time!!!
Edited by - Digga the Wolf on 14 Apr 2003 17:01:53