Hey guys.. some advice if you can?
We're using a session variable to send mail in CDONTS after a request has been submitted and a new record added. What we want to be able to do is kill part of the session variable so that a user can submit another request if they want to. We've tried using session.abandon but it really kills the sessionwhich means the user has to log in again to continue.
Any way to just abandon that one particular variable (called jobcode)?Make sense?
Thanks
Mobywan



which means the user has to log in again to continue.
Make sense?


Bookmarks