Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Closed)
 V33(.02) BUG + FIX: Not Show App/Session Variables
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

humberto
Starting Member

Brazil
1 Posts

Posted - 01 August 2001 :  22:08:20  Show Profile  Visit humberto's Homepage
In then admin_variable_info_asp

On line #139

change:

for each key in Session.Contents
if left(key, len(strCookieUrl)) = lcase(strCookieUrl) or left(key, len(strUniqueID)) = lcase(strUniqueID) then


to

for each key in Session.Contents
if lcase(left(key, len(strCookieUrl))) = lcase(strCookieUrl) or lcase(left(key, len(strUniqueID))) = lcase(strUniqueID) then


and

On line #160

change:

for each key in Application.Contents
if left(key, len(strCookieUrl)) = lcase(strCookieUrl) or left(key, len(strUniqueID)) = lcase(strUniqueID) then

to

for each key in Application.Contents
if lcase(left(key, len(strCookieUrl))) = lcase(strCookieUrl) or lcase(left(key, len(strUniqueID))) = lcase(strUniqueID) then



Edited by - humberto on 01 August 2001 22:24:12

Edited by - humberto on 01 August 2001 22:25:44

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 01 August 2001 :  22:32:32  Show Profile
also discussed here with a fix:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=12042

This was the fixed line from that discussion:

		if left(lcase(key), len(strCookieUrl)) = lcase(strCookieUrl) or left(lcase(key), len(strUniqueID)) = lcase(strUniqueID) then %>
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 19 August 2001 :  16:12:19  Show Profile  Visit gor's Homepage
Fixed in the source of version 3.3.03

Pierre
Join a Snitz Mailinglist
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.13 seconds. Powered By: Snitz Forums 2000 Version 3.4.07