Answered
restricitng access to a page using PHP
I need to restrict access to a display page that displays DB
results from a contact page. The site is on a shared Win hosting
plan with the global session variables turned off. I have a login
page that works fine, but when I try to implement a "restrict
access " server behavior on the display page, the login page just
re-directs to the login page. I did research the problem and it
appears the global session variables that are set on the login page
are not passing, because they are not turned on at the server. So,
I need a workaround. If some one could point me in the right
direction, I would be grateful. almost done with this site, need to
get it done. I can post code if anyone is interested but, it's just
the standard server behavior in DW. I know it's cheating but I
needed a quick fix, I did hand code my own contact page and the
display page. Thanks.
