php - How to incorporate user settings in an RSS feed? -
i looking have rss feeds dynamically generated (that can do) based on user preference settings. example if user wanted see in rss pictures tags, rss feed show them.
there 2 problems looking do:
- it cannot simple user-id based system, since users may not allowed access items, not want feeds show them. using user-id based system means can enter in random user numbers until 1 things should not seeing.
- most rss readers not have ability use cookies, login data stored there not work.
the system generating php & mysql based.
what suggestions have secure system can this?
if open internet there no way secure rss. sad.
what can have minimal (not critical) data available on rss, , standard sign in cookie stuff when click on rss link details.
Comments
Post a Comment