Keeping html files private
Posted: Sun Nov 06, 2005 4:05 am
G'day All,
I'm using sessions to manage access to private content on our site.
However, the "content" is in html files and included using what I call templates.
A clever outsider could easily circumvent the session security by calling the page directly.
How would you suggest I keep these private pages private?
(note# I can't use session control because these are included by the templates which use sessions).
Thanking you in anticipation,
blade
I'm using sessions to manage access to private content on our site.
However, the "content" is in html files and included using what I call templates.
A clever outsider could easily circumvent the session security by calling the page directly.
How would you suggest I keep these private pages private?
(note# I can't use session control because these are included by the templates which use sessions).
Thanking you in anticipation,
blade