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:

  1. 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.
  2. 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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -