[thelist] Joining an ASP session
pixel
thelist at lists.evolt.org
Tue May 28 11:46:00 2002
Hello everyone....
Is there a way to join an existing ASP session? I'm trying to send an
email with a link that will be part of an existing user session [as long
as that session hasn't timed out yet]. You can do with with JSP/Servlets
by adding the session Id to the end of a url such as...
http://www.pixelfreak.net/page.jsp;jsessionid=1u90sdfxfd34234
Is threre an analog to this technique in ASP?
Thanks in advance,
~Scott