|
|
|
|
|
| | |
|
Active Server Pages ASP control controls class classes module script Scripts applet CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
ASP acting funny...need help |
From: |
jonsteele |
Date: |
8/23/2000 1:26:15 PM |
IP: |
216.13.110.108 |
Hello:
I have a page which checks for two things: the session ID and the querystring ID. These have to match or it wont let the person to the page. This is what I have:
<%
IF qID <> Session("UserID") THEN
Response.Write("Stop trying to access someone elses page!")
ELSE
...do this....
END IF%>
However, this always runs the first part (response.write("stop try...")). I even had it write out the Session("UserID") and the qID and they were identical!!!! Why is the IF statement returning TRUE when they are the same?
Would appreciate any help,
Jon. |
Follow Up - Re: ASP acting funny...need help - Akhilesh 8/28/2000 2:43:32 PM
|
|
|
|
|
|
|
|
|
|
|
|