Hmm...my sessions aren't being removed (aborted, whatever!).
:o)
Is there anything immediately wrong with the following, that
you can see?
I am using the WebAssist eCart SessionID to pass to our
payment provider
and, to display this on a page, you'd use this:
<%=Session.SessionID%>
So I added the following on my return page from the PSP
because I noticed
that, even though we were jumping out to the PSP's URL, the
session was
still being stored when we got back to our site:
<%
Session.Contents.Remove("SessionID")
%>
Is this right? Also, where should this be placed? Within the
body tag, or
outwith?
Thanks.
Nath.
"RobGT" <rob@lighthouseuk.removeme.net> wrote in
message
news:ei4t1f$rn6$1@forums.macromedia.com...
>
>>Just to be clear, you would place the session name
within the brackets,
>>right?
>
> No.
> Abandon removes ALL session variables for that
particular session entity.
> To remove individual keys from the session entity, use
> contents.remove(key)
>
> Cheers,
> Rob
>
http://robgt.com/ [Tutorials and
Extensions]
> Firebox stuff:
http://robgt.com/firebox
> Skype stuff:
http://robgt.com/skype
> SatNav stuff:
http://robgt.com/satnav
>
>