[thelist] Joining an ASP session

pixel pixel at pixelfreak.net
Tue May 28 13:05:00 CDT 2002


Chris,

Not yet. I'm working on an existing application that uses ASP sessions
and I would like to avoid re-implementing session managment if possible.

I've been through the docs on the Session object, checked the tips
harvester and done some searching on Google, but I haven't found a
solution yet.

~Scott

Chris Blessing wrote:

>Scott-
>
>As far as I know the session ID in ASP is read-only.  Otherwise you might be
>able to store people's session ids in a db or something and then rejoin them
>to that session based on whatever your unique criteria is per user.
>
>Have you looked around for any 3rd-party session management software?
>

>
>Chris Blessing
>webguy at mail.rit.edu
>http://www.330i.net
>
>
>
>>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
>>
>>
>
>
>






More information about the thelist mailing list