Results 1 to 3 of 3

Thread: Session Variables

  1. #1

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057

    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

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    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.

  3. #3

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    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
  •  



Click Here to Expand Forum to Full Width