|
-
May 21st, 2001, 09:11 AM
#1
Thread Starter
Addicted Member
Global.asa???
When is the global.asa file used?
If I Put a response.write and then a response.end in the Session_Onend procedure it never gets executed!
But it does work in the session_onstart??????
-
May 21st, 2001, 09:16 AM
#2
Good Ol' Platypus
Session_OnStart - A user starts to access your website.
Session_OnEnd - A user exits your website.
Useful for updating counters and the like.
Global.ASA cannot output any HTML/Text.
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 21st, 2001, 09:47 AM
#3
Session_OnEnd - A user exits your website.
Wrong. It fires when a session ends. Which the wy IIS works is not until the Session times out NOT when the user leaves the site unless you specifically call the code Sesion.Abandon when the leave.
-
May 21st, 2001, 11:57 AM
#4
Good Ol' Platypus
Really? I was under a false impression 
Have you noticed also that the avatars have disappeared?
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
-
May 21st, 2001, 02:40 PM
#5
HEY WHERES MY AVATAR???? Hurumph..
-
May 21st, 2001, 04:52 PM
#6
Frenzied Member
If you read the forum feedback you'll see why they're not there.
You can set the time it takes for the session to time out if you want. I think the default is about 20 minutes or so.
Harry.
"From one thing, know ten thousand things."
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|