Date:  09/13/2009 11:10:58 AM Msg ID:  004027
From:  Joël Thread:  004025
Subject:  Re: ASP session variable
 
Yes, you answered my question.
 
 
I'd like to include a CAPTCHA in a foxweb page
 
I'm evaluating the following product :
 
'ASP Security Image Generator v4.0 - 13/July/2008
'Generate images to make a CAPTCHA test
'© 2006-2007 Emir Tüzül. All rights reserved.
'http://www.tipstricks.org
 
which send an image file containing a security number ; this number is written in clear text in a ASP variable for verification purposes
 
Now I try to get the value of this variable back, to compare it with the value entered by the user
According to your reply, it seems it's impossible
 
 
 
Sent by FoxWeb Support on 09/13/2009 10:41:59 AM:
FoxWeb and ASP have completely separate session management systems, so they can't share session variables. Is this what you are asking? Please be a bit more specific.
FoxWeb Support Team
support@foxweb.com email
Sent by Joël on 09/13/2009 10:27:58 AM:
Hello,
 
Is there a way to get a session variable created by the ASP code
Session(SessionName) ?
 
Thanks in advance