Ask a Question related to Dreamweaver AppDev, Design and Development.
-
davecheet #1
Restricting access to a folder (by cookie?)
Is there any way I can restrict to the contents of a chosen folder according to whether users do or do not have a cookie in place?
davecheet Guest
-
Restricting Access to CFX
I was looking into implementing some of the resources of the IHTK toolkit on a web development project I am working on. The tools that are in the... -
Restricting access
Hello, I am trying to creat one page within my site that one certain people can see (need a username and password to access) so car reading the... -
Restricting access to a directory of pdf's
I want to restrict access to a directory that contains pdf's. So lets say i have /publicpdfs/ /memberpdfs/ public are free for all, members... -
restricting access to log-file
A short and hopefully simple question: I'm using log4net to log to a text file. The text file is located in the root of my webapplikation. How do I... -
restricting number of access to cgi
j wrote: Besides the settings file for the httpd, you could write, not the *number* of processes performing this cgi, but rather the process ids... -
RichMcCrea #2
Re: Restricting access to a folder (by cookie?)
My first idea would work in an ASP.NET website. You didn't mention your
development environment. In an ASP.NET website. The web.config file works on
a heirarchal basis (so a web.config file in a subdirectory would override a
parent directory). If this is your environment thereform, you could pull the
application setting from the web.config in your webpage (and could sorta have
no permissions in one folder and other permissions in another). I haven't
done this exactly.. but the code in your codebehind page could use
ConfigurationSettings.AppSettings['security_cookies_settings'] to pull what if
any cookie requirements apply to that folder. then it becomes a simple matter
to test for the cookie that setting would reference. Again. This applies to
ASP.NET... Hope it helps Rich McCrea
RichMcCrea Guest
-
davecheet #3
Re: Restricting access to a folder (by cookie?)
Sorry Rich,
I'm working in PHP and I'm afraid I'm not too good at proper code yet.
Thanks for your help though.
Dave
davecheet Guest



Reply With Quote

