only SOME security images showing
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=15906
Printed Date: 13 April 2026 at 1:47pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: only SOME security images showing
Posted By: redsnapper
Subject: only SOME security images showing
Date Posted: 20 July 2005 at 6:53am
I've downloaded and set uo the forum fine, but the issue is with new registrations.
For some reason only some of the security images are dsiplayed - and never the same ones twice. Sometmes if you refresh the page enough times you'll get all 6 to show but if you enter that number in the form field the programme rejects it as 'not matching'
the address of the forum is
www.theatre-wales.co.uk/fforwm2005
|
Replies:
Posted By: dj air
Date Posted: 20 July 2005 at 8:37am
this maybe a ado.stream issue.
some hosts (most/all free hosters) dont allow this, make sure your host allows streaming,
also try going directly to the image path, and see what line the error
is on, as that is the issue, also make sure you have HTTP friedly error
messsages turned off
|
Posted By: redsnapper
Date Posted: 20 July 2005 at 12:40pm
Well...this is the line from the source code of the displayed registration page:
<img src="security_image.asp?I=1&8AZ" /><img src="security_image.asp?I=2&5F2" /><img src="security_image.asp?I=3&45D" /><img src="security_image.asp?I=4&E6F" /><img src="security_image.asp?I=5&A39" /><img src="security_image.asp?I=6&6D8" />
I can see the first 2 digits (0 and 9) but not the other 4....
and i'm not on a free host ....this is a proper hosting deal.....
|
Posted By: WebWiz-Bruce
Date Posted: 21 July 2005 at 8:48am
If you find that not all the security images show, it usually suggests
and problem with the server you are on dropping the ASP session.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: redsnapper
Date Posted: 21 July 2005 at 4:52pm
what's the relvant session name ? i want to see if i can set and recall it from a test page....
k
|
Posted By: dj air
Date Posted: 21 July 2005 at 5:41pm
the session verible is
Session("lngSecurityCode")
|
|