cj92713696
Programmer
I am currently writing a "Document EXE" app. that makes use of "User Documents." If a web user currently knows the URL of one of my user documents, they can see its contents w/o logging into the app. I want to disable this capability. Currently, I have a global variable - strSSN which is the user's social security number. This string is only set when a successful login occurs. If a user simply knows the exact URL for another document and this variable is not set, I want my app. to simply display an access denied error message.
Thanks,
CJ
Thanks,
CJ