kelphis
-
Total Posts
:
10
- Scores: 0
-
Reward points
:
0
- Joined: 4/19/2007
-
Status: offline
|
session is destroyed when posting to new page
Thursday, April 26, 2007 1:11 AM
( permalink)
I have a page that i input some text and click the submit button. the page is posting to itself. when the page reloads i loose my session variable. this started happing when i added the Global.asa file to my root directory and added the session_on function.
<script language="vbscript" runat="server">
sub Session_OnStart
set session("user") = nothing
end sub
</script>
|
|
|
|