Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Session variables
Message
From
30/09/2004 09:29:38
 
 
To
30/09/2004 09:01:10
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00947472
Message ID:
00947498
Views:
13
i have done a little more testing.
in the application_start i created - application("Test") = 0
in session_start i have - application("Test") += 1
in session_end i have - application("Test") += 1

when i run the app using my machine as the local server
i get on page two

label1 = 1 (session("Test")) and
label2 = 1 (application("Test"))
This above is correct; however on the company server on page two i get

label1 = nothing (session("Test")) and
label2 = 3 (application("Test"))
Can anyone tell me why this happening. session_start i assume is firing twice and session_end is firing once.
Randy Belcher
AFG Industries, Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform