|
-
Aug 29th, 2001, 10:11 AM
#1
Thread Starter
Frenzied Member
Session Variables
(I think I may have asked before but I know I didnt get an answer. If so, Sorry for the repost.)
Is there a way (with out 'Global.asa') that I can cancel out a users session (technicaly I just need to wipe out thier session variables) when they click a button or trigger an event? I do this at another point in the project but that is just in a small routine where they create a few session vars that need to be reset, This is a very large project that I would hate to go through to find all the session vars and set to "" 
Thanks in advance,
Michael
-
Aug 29th, 2001, 11:33 AM
#2
Black Cat
A new feature of IIS 5 is:
PHP Code:
<%Session.Contents.RemoveAll()%>
It should also work for Application.
Josh
Get these: Mozilla Opera OpenBSD
I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.
-
Aug 29th, 2001, 01:04 PM
#3
Thread Starter
Frenzied Member
works great
thanks,
Michael
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
|